1 override of GetEmptyImmutableDictionary
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSegmentedDictionaryBuilderTest.cs (1)
291protected override IImmutableDictionary<TKey, TValue> GetEmptyImmutableDictionary<TKey, TValue>()
8 references to GetEmptyImmutableDictionary
Microsoft.CodeAnalysis.UnitTests (8)
Collections\ImmutableDictionaryBuilderTestBase.cs (8)
80var map = this.GetEmptyImmutableDictionary<string, int>().Add("five", 5); 88var map = this.GetEmptyImmutableDictionary<string, int>().Add("five", 5).Add("six", 6); 99var map = this.GetEmptyImmutableDictionary<string, int>().Add("five", 5).Add("six", 6); 109var map = this.GetEmptyImmutableDictionary<string, int>().Add("five", 5); 129var map = this.GetEmptyImmutableDictionary<string, int>().Add("five", 5).Add("six", 6); 138var map = this.GetEmptyImmutableDictionary<string, int>().Add("five", 5).Add("six", 6); 147var map = this.GetEmptyImmutableDictionary<string, int>().Add("five", 5).Add("six", 6); 158var map = this.GetEmptyImmutableDictionary<string, int>().Add("five", 5).Add("six", 6);