8 references to LoHiBit
System.ServiceModel.Internals (8)
System\Runtime\IOThreadScheduler.cs (8)
25
public const int HiHiBit =
LoHiBit
<< HiShift;
26
public const int LoCountMask =
LoHiBit
- 1;
28
public const int LoMask = LoCountMask |
LoHiBit
;
30
public const int HiBits =
LoHiBit
| HiHiBit;
486
if ((gateSnapshot & Bits.
LoHiBit
) != 0 && Bits.IsComplete(gateSnapshot))
500
gateSnapshot = Interlocked.Add(ref this.gate, Bits.
LoHiBit
);
501
Fx.Assert((gateSnapshot & Bits.HiBits) == Bits.
LoHiBit
, "Slot already empty.");
533
if ((gateSnapshot & Bits.
LoHiBit
) == 0)