2 references to GetEnumerator
Test.Utilities (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
33=> new(_dictionary.GetEnumerator());
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
33=> new(_dictionary.GetEnumerator());