8 references to GetEnumerator
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (2)
507return _hashSet.GetEnumerator(); 515return _hashSet.GetEnumerator();
illink (1)
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs (1)
91_enumerator = valuesSet.GetEnumerator();
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataReader.cs (1)
296public Enumerator GetEnumerator() => new Enumerator(_values.GetEnumerator());
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\FormDataReader.cs (1)
296public Enumerator GetEnumerator() => new Enumerator(_values.GetEnumerator());
Microsoft.DotNet.XUnitAssert.Tests (1)
Utility\ReadOnlySet.cs (1)
18 public IEnumerator<T> GetEnumerator() => hashSet.GetEnumerator();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
687GetEnumerator();