2 instantiations of Enumerator
Microsoft.CodeAnalysis.Threading.Package (2)
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (2)
366public Enumerator GetEnumerator() => new(this); 376return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new SegmentedHashSet<T>()))!;
2 references to Enumerator
Microsoft.CodeAnalysis.Threading.Package (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
19private SegmentedHashSet<T>.Enumerator _enumerator;
src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
366public Enumerator GetEnumerator() => new(this);