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