1 write to _vector
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
380_vector = vector;
2 references to _vector
PresentationCore (2)
MS\Internal\Generic\Span.cs (2)
394get { return _vector[_current]; } 413return _current < _vector.Count;