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; 170get { return (_nanoseconds & NegativeBit) != 0; } 226get { return (int)(_nanoseconds & ~NegativeBit); } 519result._nanoseconds = NegativeBit;