4 references to ToImmutableSegmentedDictionaryAndFree
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
105
return analyzersByKind.
ToImmutableSegmentedDictionaryAndFree
();
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
989
return nodeActionsByKind.
ToImmutableSegmentedDictionaryAndFree
();
1086
return operationActionsByKind.
ToImmutableSegmentedDictionaryAndFree
();
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
203
return new SynthesizedTypeMaps(anonymousTypes.ToImmutable(), anonymousDelegates.ToImmutable(), anonymousDelegatesWithIndexedNames.
ToImmutableSegmentedDictionaryAndFree
());