3 instantiations of Enumerator
Microsoft.CodeAnalysis.Workspaces (3)
src\Dependencies\Collections\SegmentedDictionary`2.cs (3)
385
=>
new
(this, Enumerator.KeyValuePair);
393
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new
Enumerator
(new SegmentedDictionary<TKey, TValue>(), Enumerator.KeyValuePair))!;
1140
=> new
Enumerator
(this, Enumerator.DictEntry);
5 references to Enumerator
Microsoft.CodeAnalysis.Workspaces (5)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
16
private SegmentedDictionary<TKey, TValue>.
Enumerator
_enumerator;
src\Dependencies\Collections\SegmentedDictionary`2.cs (4)
384
public
Enumerator
GetEnumerator()
385
=> new(this,
Enumerator
.KeyValuePair);
393
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new SegmentedDictionary<TKey, TValue>(),
Enumerator
.KeyValuePair))!;
1140
=> new Enumerator(this,
Enumerator
.DictEntry);