Implemented interface member:
3 writes to Current
Microsoft.Build (3)
Construction\ProjectElementContainer.cs (3)
981
Current
= null;
1033
Current
= next;
1045
Current
= null;
6 references to Current
Microsoft.Build (6)
Construction\ProjectElementContainer.cs (6)
911
ProjectElement innerCurrent = _innerEnumerator.
Current
;
999
if (
Current
!= null)
1001
return
Current
;
1022
if (
Current
== null)
1028
next = _forwards ?
Current
.NextSibling :
Current
.PreviousSibling;