4 writes to years
System.Xml (4)
System\Xml\Schema\XsdDuration.cs (4)
59this.years = years; 116this.years = 0; 142this.years = result.Years; 485result.years = value;
4 references to years
System.Xml (4)
System\Xml\Schema\XsdDuration.cs (4)
166get { return this.years; } 304ticks += ((ulong) this.years + (ulong) this.months / 12) * 365; 374if (this.years != 0) { 375sb.Append(XmlConvert.ToString(this.years));