2 references to new
Microsoft.Build (2)
SegmentedList`1.cs (2)
734
public Enumerator GetEnumerator() =>
new
(this);
744
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new
Enumerator
(new SegmentedList<T>(0)))!;