1 write to LengthOrCount
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6517this.LengthOrCount = lengthOrCount;
7 references to LengthOrCount
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (1)
6547lengthOrCount: element.LengthOrCount,
BoundTree\BoundCollectionExpression.cs (1)
25if (spreadElement.LengthOrCount is null)
Generated\BoundNodes.xml.Generated.cs (3)
6535if (expression != this.Expression || expressionPlaceholder != this.ExpressionPlaceholder || conversion != this.Conversion || enumeratorInfoOpt != this.EnumeratorInfoOpt || lengthOrCount != this.LengthOrCount || elementPlaceholder != this.ElementPlaceholder || iteratorBody != this.IteratorBody) 11799BoundExpression? lengthOrCount = node.LengthOrCount; 16498new TreeDumperNode("lengthOrCount", null, new TreeDumperNode[] { Visit(node.LengthOrCount, null) }),
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (2)
145spreadElement.LengthOrCount, 1289var lengthAccess = VisitExpression(spreadElement.LengthOrCount);