2 references to ToImmutableSortedDictionary
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
254
return typeNameMap.
ToImmutableSortedDictionary
(g => g.Key, g => g.Value.ToImmutable(), StringComparer.OrdinalIgnoreCase);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextDocumentStates.cs (1)
68
states.
ToImmutableSortedDictionary
(state => state.Id, state => state, DocumentIdComparer.Instance),