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