2 references to Enumerator
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (2)
1519
=> new
Enumerator
(_dictionary);
1572
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new
Enumerator
(new SegmentedDictionary<TKey, TValue>()))!;