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)
891private ProjectElementSiblingEnumerable.Enumerator _innerEnumerator; 949private readonly Enumerator _enumerator; 962public readonly Enumerator GetEnumerator() => _enumerator;