4 references to Create
Microsoft.CodeAnalysis (1)
ImmutableSegmentedDictionary.cs (1)
31=> Create<TKey, TValue>(keyComparer).ToBuilder();
Microsoft.CodeAnalysis.UnitTests (3)
Collections\ImmutableSegmentedDictionaryBuilderTest.cs (1)
298return ImmutableSegmentedDictionary.Create<string, TValue>(comparer);
Collections\ImmutableSegmentedDictionaryTest.cs (2)
99dictionary = ImmutableSegmentedDictionary.Create<string, string>(keyComparer); 310return ImmutableSegmentedDictionary.Create<string, TValue>(comparer);