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