2 references to GetUnconvertedCollectionCreation
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundCollectionExpression.cs (1)
14
var collectionCreation = this.
GetUnconvertedCollectionCreation
();
FlowAnalysis\NullableWalker.cs (1)
3915
var collectionCreation = node.
GetUnconvertedCollectionCreation
();