Implemented interface member:
3 writes to Current
Microsoft.Build (3)
Construction\ProjectElementContainer.cs (3)
988
Current
= null;
1040
Current
= next;
1052
Current
= null;
6 references to Current
Microsoft.Build (6)
Construction\ProjectElementContainer.cs (6)
913
ProjectElement innerCurrent = _innerEnumerator.
Current
;
1006
if (
Current
!= null)
1008
return
Current
;
1029
if (
Current
== null)
1035
next = _forwards ?
Current
.NextSibling :
Current
.PreviousSibling;