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