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