Implemented interface member:
3 writes to Current
Microsoft.Build (3)
Construction\ProjectElementContainer.cs (3)
997
Current
= null;
1049
Current
= next;
1061
Current
= null;
6 references to Current
Microsoft.Build (6)
Construction\ProjectElementContainer.cs (6)
922
ProjectElement innerCurrent = _innerEnumerator.
Current
;
1015
if (
Current
!= null)
1017
return
Current
;
1038
if (
Current
== null)
1044
next = _forwards ?
Current
.NextSibling :
Current
.PreviousSibling;