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\ImmutableSegmentedList`1+Enumerator.cs (2)
22
_enumerator = list.
GetEnumerator
();
39
_enumerator = _list.
GetEnumerator
();
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedList`1.cs (1)
738
GetEnumerator
();