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