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