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