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