3 instantiations of KeyCollection
mscorlib (3)
system\collections\generic\dictionary.cs (3)
138if (keys == null) keys = new KeyCollection(this); 145if (keys == null) keys = new KeyCollection(this); 152if (keys == null) keys = new KeyCollection(this);
7 references to KeyCollection
mscorlib (3)
system\collections\generic\dictionary.cs (3)
75private KeyCollection keys; 135public KeyCollection Keys { 137Contract.Ensures(Contract.Result<KeyCollection>() != null);
System.Data.Entity (2)
System\Data\Common\Utils\Set.cs (2)
321private Dictionary<TElement, bool>.KeyCollection.Enumerator keys; 323internal Enumerator(Dictionary<TElement, bool>.KeyCollection.Enumerator keys)
System.Runtime.Caching (1)
System\Caching\MemoryCacheEntry.cs (1)
207Dictionary<MemoryCacheEntryChangeMonitor, MemoryCacheEntryChangeMonitor>.KeyCollection deps = null;
System.Web (1)
Routing\RouteValueDictionary.cs (1)
32public Dictionary<string, object>.KeyCollection Keys {