1 instantiation of Enumerator
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
2094public Enumerator GetEnumerator() => new Enumerator(_dictionary);
3 references to Enumerator
Microsoft.ML.Tests (1)
TextLoaderTests.cs (1)
741var irisFirstRowValues = irisFirstRow.Values.GetEnumerator();
PresentationFramework (1)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
113Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
2094public Enumerator GetEnumerator() => new Enumerator(_dictionary);