3 instantiations of Enumerator
mscorlib (3)
system\collections\generic\dictionary.cs (3)
1000return new Enumerator(dictionary); 1049return new Enumerator(dictionary); 1053return new Enumerator(dictionary);
2 references to Enumerator
mscorlib (1)
system\collections\generic\dictionary.cs (1)
999public Enumerator GetEnumerator() {
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
128Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator();