3 references to GetEnumerator
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (2)
24
_enumerator = set.
GetEnumerator
();
45
_enumerator = _set.
GetEnumerator
();
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (1)
370
GetEnumerator
();