Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
2 references to Current
Microsoft.Build (1)
BackEnd\Components\Scheduler\SchedulingData.cs (1)
756
Current = _enumerator.
Current
;
System.Collections (1)
System\Collections\Generic\LinkedList.cs (1)
531
return
Current
;