4 references to 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); }