2 instantiations of Enumerator
Microsoft.CodeAnalysis.Collections.Package (2)
SegmentedList`1.cs (2)
732public Enumerator GetEnumerator() => new(this); 742return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new SegmentedList<T>(0)))!;
2 references to Enumerator
Microsoft.CodeAnalysis.Collections.Package (2)
ImmutableSegmentedList`1+Enumerator.cs (1)
15private SegmentedList<T>.Enumerator _enumerator;
SegmentedList`1.cs (1)
732public Enumerator GetEnumerator() => new(this);