4 references to ImmutableDictionary
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.cs (4)
23public static readonly ImmutableDictionary<TKey, TValue> Empty = new ImmutableDictionary<TKey, TValue>(); 52: this(Requires.NotNullPassthrough(comparers, nameof(comparers))) 448var set = new ImmutableDictionary<TKey, TValue>(comparers); 834: new ImmutableDictionary<TKey, TValue>(comparers);