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