2 instantiations of Enumerator
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\TemporarySet`1.cs (2)
90return new Enumerator((_storage ?? EmptyHashSet).GetEnumerator()); 108=> new(_set.GetEnumerator());
2 references to Enumerator
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\TemporarySet`1.cs (2)
88public readonly Enumerator GetEnumerator_NonConcurrent() 107public Enumerator GetEnumerator()