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