3 instantiations of Enumerator
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (3)
387
=>
new
(this, Enumerator.KeyValuePair);
395
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new
Enumerator
(new SegmentedDictionary<TKey, TValue>(), Enumerator.KeyValuePair))!;
1142
=> new
Enumerator
(this, Enumerator.DictEntry);
5 references to Enumerator
Microsoft.Build (5)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
18
private SegmentedDictionary<TKey, TValue>.
Enumerator
_enumerator;
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedDictionary`2.cs (4)
386
public
Enumerator
GetEnumerator()
387
=> new(this,
Enumerator
.KeyValuePair);
395
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new SegmentedDictionary<TKey, TValue>(),
Enumerator
.KeyValuePair))!;
1142
=> new Enumerator(this,
Enumerator
.DictEntry);