3 instantiations of Enumerator
Microsoft.CodeAnalysis.InteractiveHost (3)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
387=> new(this, Enumerator.KeyValuePair); 395return 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.CodeAnalysis.InteractiveHost (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
18private SegmentedDictionary<TKey, TValue>.Enumerator _enumerator;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (4)
386public Enumerator GetEnumerator() 387=> new(this, Enumerator.KeyValuePair); 395return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new SegmentedDictionary<TKey, TValue>(), Enumerator.KeyValuePair))!; 1142=> new Enumerator(this, Enumerator.DictEntry);