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)
882private ProjectElementSiblingEnumerable.Enumerator _innerEnumerator; 940private readonly Enumerator _enumerator; 953public readonly Enumerator GetEnumerator() => _enumerator;