2 instantiations of Enumerator
Microsoft.Build (2)
Construction\ProjectElementContainer.cs (2)
896
_innerEnumerator = new ProjectElementSiblingEnumerable.
Enumerator
(initial, forwards);
956
_enumerator = new
Enumerator
(initial, forwards);
3 references to Enumerator
Microsoft.Build (3)
Construction\ProjectElementContainer.cs (3)
891
private ProjectElementSiblingEnumerable.
Enumerator
_innerEnumerator;
949
private readonly
Enumerator
_enumerator;
962
public readonly
Enumerator
GetEnumerator() => _enumerator;