2 references to Enumerator
Test.Utilities (2)
TemporarySet`1.cs (2)
88
return new
Enumerator
((_storage ?? EmptyHashSet).GetEnumerator());
106
=>
new
(_set.GetEnumerator());