4 references to GetEnumerator
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (2)
365
=>
GetEnumerator
();
368
=>
GetEnumerator
();
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedHashSetTest.cs (2)
86
var enumerator = collection.
GetEnumerator
();
102
enumerator = collection.
GetEnumerator
();