4 writes to days
System.Xml (4)
System\Xml\Schema\XsdDuration.cs (4)
61
this.
days
= days;
118
this.
days
= (int) (ticksPos / (ulong) TimeSpan.TicksPerDay);
144
this.
days
= result.Days;
511
result.
days
= value;
4 references to days
System.Xml (4)
System\Xml\Schema\XsdDuration.cs (4)
180
get { return this.
days
; }
310
ticks += (ulong) this.
days
;
386
if (this.
days
!= 0) {
387
sb.Append(XmlConvert.ToString(this.
days
));