2 references to new
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (2)
366
public Enumerator GetEnumerator() =>
new
(this);
376
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new
Enumerator
(new SegmentedHashSet<T>()))!;