3 references to BoundUnconvertedCollectionExpression
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Invocation.cs (1)
1798var unconvertedCollection = new BoundUnconvertedCollectionExpression(node, ImmutableArray<BoundNode>.CastUp(collectionArgs)) { WasCompilerGenerated = true, IsParamsArrayOrCollection = true };
FlowAnalysis\NullableWalker.cs (1)
8438return new BoundUnconvertedCollectionExpression(collection.Syntax, elementsBuilder.ToImmutableAndFree()) { WasCompilerGenerated = true };
Generated\BoundNodes.xml.Generated.cs (1)
6415var result = new BoundUnconvertedCollectionExpression(this.Syntax, elements, this.HasErrors);