3 references to ToImmutableDictionaryAndFree
Microsoft.CodeAnalysis.PublicApiAnalyzers (3)
src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (3)
136
return new SymbolNamesWithValueOption<TValue>(namesBuilder.
ToImmutableDictionaryAndFree
(),
137
symbolsBuilder.
ToImmutableDictionaryAndFree
(),
138
wildcardNamesBuilder.ToImmutableDictionaryAndFree(x => x.Key, x => x.Value.
ToImmutableDictionaryAndFree
(), wildcardNamesBuilder.Comparer));