3 references to BoundUnconvertedCollectionExpression
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Invocation.cs (1)
1862
var unconvertedCollection = new
BoundUnconvertedCollectionExpression
(
FlowAnalysis\NullableWalker.cs (1)
8867
return new
BoundUnconvertedCollectionExpression
(
Generated\BoundNodes.xml.Generated.cs (1)
6523
var result = new
BoundUnconvertedCollectionExpression
(this.Syntax, withElement, elements, this.HasErrors);