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