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