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