2 instantiations of Enumerator
Microsoft.CodeAnalysis.Threading.Package (2)
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (2)
734public Enumerator GetEnumerator() => new(this); 744return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new SegmentedList<T>(0)))!;
2 references to Enumerator
Microsoft.CodeAnalysis.Threading.Package (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs (1)
17private SegmentedList<T>.Enumerator _enumerator;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
734public Enumerator GetEnumerator() => new(this);