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