4 references to Create
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary.cs (1)
33=> 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); 336return ImmutableSegmentedDictionary.Create<string, TValue>(comparer);