4 instantiations of 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); }
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.