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