4 writes to _years
System.Private.Xml (4)
System\Xml\Schema\XsdDuration.cs (4)
60
_years
= years;
124
_years
= 0;
154
_years
= result.Years;
492
result.
_years
= value;
4 references to _years
System.Private.Xml (4)
System\Xml\Schema\XsdDuration.cs (4)
182
get { return
_years
; }
276
ticks += ((ulong)
_years
+ (ulong)_months / 12) * 365;
364
if (
_years
!= 0)
366
vsb.AppendSpanFormattable(
_years
, null, CultureInfo.InvariantCulture);