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