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