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