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)
298
return ImmutableSegmentedDictionary.
Create
<string, TValue>(comparer);
Collections\ImmutableSegmentedDictionaryTest.cs (2)
99
dictionary = ImmutableSegmentedDictionary.
Create
<string, string>(keyComparer);
336
return ImmutableSegmentedDictionary.
Create
<string, TValue>(comparer);