3 writes to _current
PresentationCore (3)
Core\CSharp\MS\Internal\Generic\Span.cs (3)
382
_current
= -1;
413
_current
++;
422
_current
= -1;
2 references to _current
PresentationCore (2)
Core\CSharp\MS\Internal\Generic\Span.cs (2)
395
get { return _vector[
_current
]; }
414
return
_current
< _vector.Count;