6 references to CollectionExpressionSpreadElement
Microsoft.CodeAnalysis.CSharp (6)
Generated\BoundNodes.xml.Generated.cs (2)
6507
: base(BoundKind.
CollectionExpressionSpreadElement
, syntax, hasErrors || expression.HasErrors() || expressionPlaceholder.HasErrors() || conversion.HasErrors() || lengthOrCount.HasErrors() || elementPlaceholder.HasErrors() || iteratorBody.HasErrors())
9172
case BoundKind.
CollectionExpressionSpreadElement
:
Lowering\LocalRewriter\LocalRewriter_ForStatement.cs (2)
51
Debug.Assert(original.Kind is BoundKind.ForStatement or BoundKind.ForEachStatement or BoundKind.
CollectionExpressionSpreadElement
);
154
case BoundKind.
CollectionExpressionSpreadElement
:
Lowering\LocalRewriter\LocalRewriter_WhileStatement.cs (2)
49
Debug.Assert(loop.Kind is BoundKind.WhileStatement or BoundKind.ForEachStatement or BoundKind.
CollectionExpressionSpreadElement
);
82
case BoundKind.
CollectionExpressionSpreadElement
: