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