4 references to KeysCollectionAccessor
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.cs (2)
220get { return new KeysCollectionAccessor<TKey, TValue>(this); } 659get { 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); }