IArrayCreationExpression.Dimensions for explicit versus implicit case #18155
Labels
Area-Analyzers
Bug
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature - IOperation
IOperation
Milestone
An IArrayCreationExpression might have explicitly specified or implicitly generated dimensions. Currently, we expose all the Dimension IOperations, regardless of whether they are explicit in source or implicitly computed by the compiler: http://source.roslyn.io/#Microsoft.CodeAnalysis/Compilation/IExpression.cs,1227
Open questions:
Dimensions
exposed onIArrayCreationExpression
filter out implicitly computed dimension?Dimensions
property to something likeExplicitDimensions
?The text was updated successfully, but these errors were encountered: