4 references to KeysCollectionAccessor
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.cs (2)
218get { return new KeysCollectionAccessor<TKey, TValue>(this); } 652get { return new KeysCollectionAccessor<TKey, TValue>(this); }
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (2)
146get { return new KeysCollectionAccessor<TKey, TValue>(this); } 564get { return new KeysCollectionAccessor<TKey, TValue>(this); }