1 write to dictionary
mscorlib (1)
system\runtime\interopservices\windowsruntime\dictionarykeycollection.cs (1)
27
this.
dictionary
= dictionary;
5 references to dictionary
mscorlib (5)
system\runtime\interopservices\windowsruntime\dictionarykeycollection.cs (5)
38
if (array.Length - index <
dictionary
.Count)
42
foreach (KeyValuePair<TKey, TValue> mapping in
dictionary
)
49
get { return
dictionary
.Count; }
68
return
dictionary
.ContainsKey(item);
83
return new DictionaryKeyEnumerator<TKey, TValue>(
dictionary
);