3 references to BoundCollectionExpressionSpreadElement
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (2)
5356
return new
BoundCollectionExpressionSpreadElement
(
5392
return new
BoundCollectionExpressionSpreadElement
(
Generated\BoundNodes.xml.Generated.cs (1)
6563
var result = new
BoundCollectionExpressionSpreadElement
(this.Syntax, expression, expressionPlaceholder, conversion, enumeratorInfoOpt, lengthOrCount, elementPlaceholder, iteratorBody, this.HasErrors);