4 references to BoundUnconvertedCollectionExpression
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
5270return new BoundUnconvertedCollectionExpression(syntax, builder.ToImmutableAndFree());
Binder\Binder_Invocation.cs (1)
1819var unconvertedCollection = new BoundUnconvertedCollectionExpression(node, ImmutableArray<BoundNode>.CastUp(collectionArgs)) { WasCompilerGenerated = true, IsParamsArrayOrCollection = true };
FlowAnalysis\NullableWalker.cs (1)
8542return new BoundUnconvertedCollectionExpression(collection.Syntax, elementsBuilder.ToImmutableAndFree()) { WasCompilerGenerated = true };
Generated\BoundNodes.xml.Generated.cs (1)
6423var result = new BoundUnconvertedCollectionExpression(this.Syntax, elements, this.HasErrors);