2 references to Create
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextDocumentStates.cs (1)
44ImmutableSortedDictionary.Create<DocumentId, TState>(DocumentIdComparer.Instance),
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary.cs (1)
110return Create<TKey, TValue>(keyComparer).ToBuilder();