3 references to ToImmutableAndFree
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\ArrayBuilder.cs (2)
263
return tmp.
ToImmutableAndFree
();
425
dictionary.Add(pair.Key, pair.Value.
ToImmutableAndFree
());
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AnalysisEntityFactory.cs (1)
102
return builder.
ToImmutableAndFree
();