1 write to _defaultSpan
PresentationCore (1)
MS\Internal\Generic\Span.cs (1)
444_defaultSpan = new Span<T>(vector.DefaultValue, MaxCch);
2 references to _defaultSpan
PresentationCore (2)
MS\Internal\Generic\Span.cs (2)
509_cch = _defaultSpan.Length; 548get { return _current >= _vector.Count ? _defaultSpan.Value : _vector[_current].Value; }