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