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)
880private ProjectElementSiblingEnumerable.Enumerator _innerEnumerator; 938private readonly Enumerator _enumerator;