2 writes to enumeration
mscorlib (2)
system\runtime\interopservices\windowsruntime\dictionarykeycollection.cs (2)
100this.enumeration = dictionary.GetEnumerator(); 123enumeration = dictionary.GetEnumerator();
3 references to enumeration
mscorlib (3)
system\runtime\interopservices\windowsruntime\dictionarykeycollection.cs (3)
105enumeration.Dispose(); 110return enumeration.MoveNext(); 118get { return enumeration.Current.Key; }