1 write to _defaultValue
PresentationCore (1)
Core\CSharp\MS\Internal\Generic\Span.cs (1)
64_defaultValue = defaultValue;
2 references to _defaultValue
PresentationCore (2)
Core\CSharp\MS\Internal\Generic\Span.cs (2)
148Add(new Span<T>(_defaultValue, first-fc)); 338get { return _defaultValue; }