4 instantiations of Enumerator
Microsoft.Build.Framework (4)
SegmentedDictionary`2.cs (4)
322
=>
new
(this, Enumerator.KeyValuePair);
325
=> new
Enumerator
(this, Enumerator.KeyValuePair);
915
=> new
Enumerator
(this, Enumerator.KeyValuePair);
1106
=> new
Enumerator
(this, Enumerator.DictEntry);
6 references to Enumerator
Microsoft.Build.Framework (6)
ImmutableSegmentedDictionary`2+Enumerator.cs (1)
16
private SegmentedDictionary<TKey, TValue>.
Enumerator
_enumerator;
SegmentedDictionary`2.cs (5)
321
public
Enumerator
GetEnumerator()
322
=> new(this,
Enumerator
.KeyValuePair);
325
=> new Enumerator(this,
Enumerator
.KeyValuePair);
915
=> new Enumerator(this,
Enumerator
.KeyValuePair);
1106
=> new Enumerator(this,
Enumerator
.DictEntry);