2 references to GetEnumerator
Microsoft.Build.Framework (2)
ImmutableSegmentedDictionary`2+Enumerator.cs (2)
22
_enumerator = dictionary.
GetEnumerator
();
61
_enumerator = _dictionary.
GetEnumerator
();