5 writes to seconds
System.Xml (5)
System\Xml\Schema\XsdDuration.cs (5)
64this.seconds = seconds; 121this.seconds = (int) ((ticksPos / (ulong) TimeSpan.TicksPerSecond) % 60); 147this.seconds = result.Seconds; 559result.seconds = value; 585result.seconds = value;
5 references to seconds
System.Xml (5)
System\Xml\Schema\XsdDuration.cs (5)
201get { return this.seconds; } 319ticks += (ulong) this.seconds; 391if (this.hours != 0 || this.minutes != 0 || this.seconds != 0 || Nanoseconds != 0) { 404if (this.seconds != 0 || nanoseconds != 0) { 405sb.Append(XmlConvert.ToString(this.seconds));