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