3 references to ToImmutableSortedDictionary
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
257
return typeNameMap.
ToImmutableSortedDictionary
(g => g.Key, g => g.Value.ToImmutable(), StringComparer.OrdinalIgnoreCase);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\TextDocumentStates.cs (2)
69
states.
ToImmutableSortedDictionary
(state => state.Id, state => state, DocumentIdComparer.Instance),
76
infos.
ToImmutableSortedDictionary
(info => info.Id, stateConstructor, DocumentIdComparer.Instance),