3 references to GetEnumerator
Microsoft.Build (3)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
24
_enumerator = dictionary.
GetEnumerator
();
63
_enumerator = _dictionary.
GetEnumerator
();
src\5057ed6cf5d6323b\SegmentedDictionary`2.cs (1)
391
GetEnumerator
();