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