6 references to NegativeBit
System.Xml (6)
System\Xml\Schema\XsdDuration.cs (6)
68this.nanoseconds |= NegativeBit; 114this.nanoseconds |= NegativeBit; 150this.nanoseconds |= NegativeBit; 159get { return (this.nanoseconds & NegativeBit) != 0; } 208get { return (int) (this.nanoseconds & ~NegativeBit); } 466result.nanoseconds = NegativeBit;