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; 544result._hours = value;
5 references to _hours
System.Private.Xml (5)
System\Xml\Schema\XsdDuration.cs (5)
206get { return _hours; } 286ticks += (ulong)_hours; 385if (_hours != 0 || _minutes != 0 || _seconds != 0 || Nanoseconds != 0) 388if (_hours != 0) 390vsb.AppendSpanFormattable(_hours, null, CultureInfo.InvariantCulture);