3 references to ImmutableDictionary
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableDictionary_2.cs (3)
442
return new
ImmutableDictionary
<TKey, TValue>(_root, comparers, _count);
1021
return new
ImmutableDictionary
<TKey, TValue>(root, comparers, count);
1039
return root.IsEmpty ? this.Clear() : new
ImmutableDictionary
<TKey, TValue>(root, _comparers, adjustedCountIfDifferentRoot);