2 references to Enumerator
Metrics.Legacy (2)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\TemporarySet`1.cs (2)
90return new Enumerator((_storage ?? EmptyHashSet).GetEnumerator()); 108=> new(_set.GetEnumerator());