4 references to Create
Microsoft.CodeAnalysis (1)
ImmutableSegmentedDictionary.cs (1)
31
=>
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);
310
return ImmutableSegmentedDictionary.
Create
<string, TValue>(comparer);