2 references to BoundUnconvertedCollectionExpression
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
1741
var unconvertedCollection = new
BoundUnconvertedCollectionExpression
(node, ImmutableArray<BoundNode>.CastUp(collectionArgs)) { WasCompilerGenerated = true, IsParamsArrayOrCollection = true };
Generated\BoundNodes.xml.Generated.cs (1)
6423
var result = new
BoundUnconvertedCollectionExpression
(this.Syntax, elements, this.HasErrors);