4 references to BoundUnconvertedCollectionExpression
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
5364
return new
BoundUnconvertedCollectionExpression
(syntax, firstWithElement, builder.ToImmutableAndFree());
Binder\Binder_Invocation.cs (1)
1861
var unconvertedCollection = new
BoundUnconvertedCollectionExpression
(
FlowAnalysis\NullableWalker.cs (1)
8743
return new
BoundUnconvertedCollectionExpression
(
Generated\BoundNodes.xml.Generated.cs (1)
6488
var result = new
BoundUnconvertedCollectionExpression
(this.Syntax, withElement, elements, this.HasErrors);