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