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)
148
Add(new Span<T>(
_defaultValue
, first-fc));
338
get { return
_defaultValue
; }