3 references to ToImmutableSegmentedDictionaryAndFree
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActions.cs (1)
104return analyzersByKind.ToImmutableSegmentedDictionaryAndFree();
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
989return nodeActionsByKind.ToImmutableSegmentedDictionaryAndFree(); 1086return operationActionsByKind.ToImmutableSegmentedDictionaryAndFree();