6 references to NegativeBit
System.Private.Xml (6)
System\Xml\Schema\XsdDuration.cs (6)
69_nanoseconds |= NegativeBit; 122_nanoseconds |= NegativeBit; 163_nanoseconds |= NegativeBit; 174get { return (_nanoseconds & NegativeBit) != 0; } 230get { return (int)(_nanoseconds & ~NegativeBit); } 471result._nanoseconds = NegativeBit;