1 write to _vector
PresentationCore (1)
Core\CSharp\MS\Internal\Generic\Span.cs (1)
381_vector = vector;
2 references to _vector
PresentationCore (2)
Core\CSharp\MS\Internal\Generic\Span.cs (2)
395get { return _vector[_current]; } 414return _current < _vector.Count;