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