6 references to NegativeBit
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdDuration.cs (6)
67
_nanoseconds |=
NegativeBit
;
120
_nanoseconds |=
NegativeBit
;
160
_nanoseconds |=
NegativeBit
;
170
get { return (_nanoseconds &
NegativeBit
) != 0; }
226
get { return (int)(_nanoseconds & ~
NegativeBit
); }
519
result._nanoseconds =
NegativeBit
;