1 instantiation of Enumerator
Microsoft.CodeAnalysis (1)
SegmentedArray`1.cs (1)
174
=>
new
(this);
2 references to Enumerator
Microsoft.CodeAnalysis (1)
SegmentedArray`1.cs (1)
173
public
Enumerator
GetEnumerator()
Microsoft.CodeAnalysis.UnitTests (1)
Collections\SegmentedArrayTests.cs (1)
67
var
enumerator1 = data.GetEnumerator();