4 instantiations of KeysCollectionAccessor
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.cs (2)
218
get { return new
KeysCollectionAccessor
<TKey, TValue>(this); }
652
get { return new
KeysCollectionAccessor
<TKey, TValue>(this); }
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (2)
146
get { return new
KeysCollectionAccessor
<TKey, TValue>(this); }
564
get { return new
KeysCollectionAccessor
<TKey, TValue>(this); }
1 reference to KeysCollectionAccessor
System.Collections.Immutable (1)
System\Collections\Immutable\KeysOrValuesCollectionAccessor.cs (1)
170
/// Initializes a new instance of the <see cref="
KeysCollectionAccessor
{TKey, TValue}"/> class.