2 instantiations of Enumerator
Microsoft.Build (2)
Construction\ProjectElementContainer.cs (2)
887
_innerEnumerator = new ProjectElementSiblingEnumerable.
Enumerator
(initial, forwards);
947
_enumerator = new
Enumerator
(initial, forwards);
3 references to Enumerator
Microsoft.Build (3)
Construction\ProjectElementContainer.cs (3)
882
private ProjectElementSiblingEnumerable.
Enumerator
_innerEnumerator;
940
private readonly
Enumerator
_enumerator;
953
public readonly
Enumerator
GetEnumerator() => _enumerator;