4 writes to _hours
System.Private.Xml (4)
System\Xml\Schema\XsdDuration.cs (4)
63
_hours
= hours;
127
_hours
= (int)((ticksPos / (ulong)TimeSpan.TicksPerHour) % 24);
157
_hours
= result.Hours;
544
result.
_hours
= value;
5 references to _hours
System.Private.Xml (5)
System\Xml\Schema\XsdDuration.cs (5)
206
get { return
_hours
; }
286
ticks += (ulong)
_hours
;
385
if (
_hours
!= 0 || _minutes != 0 || _seconds != 0 || Nanoseconds != 0)
388
if (
_hours
!= 0)
390
vsb.AppendSpanFormattable(
_hours
, null, CultureInfo.InvariantCulture);