Base:
method
GetEmptyImmutableDictionary<TKey, TValue>
Microsoft.CodeAnalysis.UnitTests.Collections.ImmutableDictionaryBuilderTestBase.GetEmptyImmutableDictionary<TKey, TValue>()
1 reference to GetEmptyImmutableDictionary
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSegmentedDictionaryBuilderTest.cs (1)
308return ((ImmutableSegmentedDictionary<TKey, TValue>)(basis ?? GetEmptyImmutableDictionary<TKey, TValue>())).ToBuilder();