2 instantiations of Enumerator
Microsoft.Build (2)
Construction\ProjectElementContainer.cs (2)
885
_innerEnumerator = new ProjectElementSiblingEnumerable.
Enumerator
(initial, forwards);
945
_enumerator = new
Enumerator
(initial, forwards);
2 references to Enumerator
Microsoft.Build (2)
Construction\ProjectElementContainer.cs (2)
880
private ProjectElementSiblingEnumerable.
Enumerator
_innerEnumerator;
938
private readonly
Enumerator
_enumerator;