4 writes to _hours
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDuration.cs (4)
61
_hours
= hours;
125
_hours
= (int)((ticksPos / (ulong)TimeSpan.TicksPerHour) % 24);
154
_hours
= result.Hours;
592
result.
_hours
= value;
5 references to _hours
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDuration.cs (5)
202
get { return
_hours
; }
346
ticks += (ulong)
_hours
;
436
if (
_hours
!= 0 || _minutes != 0 || _seconds != 0 || Nanoseconds != 0)
439
if (
_hours
!= 0)
441
sb.Append(XmlConvert.ToString(
_hours
));