11 references to GetEnumerator
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
CookieTempDataProviderTest.cs (1)
380return _cookies.Values.GetEnumerator();
Microsoft.AspNetCore.Rewrite (2)
IISUrlRewrite\IISRewriteMapCollection.cs (2)
32return _rewriteMaps.Values.GetEnumerator(); 37return _rewriteMaps.Values.GetEnumerator();
Microsoft.CodeAnalysis.CSharp (1)
Utilities\FirstAmongEqualsSet.cs (1)
112return _dictionary.Values.GetEnumerator();
Microsoft.ML.AutoML (1)
Sweepers\ISweeper.cs (1)
108return _parameterValues.Values.GetEnumerator();
Microsoft.ML.Sweeper (1)
ISweeper.cs (1)
137return _parameterValues.Values.GetEnumerator();
Microsoft.ML.Tests (3)
TextLoaderTests.cs (3)
741var irisFirstRowValues = irisFirstRow.Values.GetEnumerator(); 779irisFirstRowValues = irisFirstRow.Values.GetEnumerator(); 801irisFirstRowValues = 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)
2141GetEnumerator();