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