3 writes to headTailLowPri
System.ServiceModel.Internals (3)
System\Runtime\IOThreadScheduler.cs (3)
198
int slot = Interlocked.Add(ref this.
headTailLowPri
, Bits.HiOne);
269
if (slotLowPri == (slotLowPri = Interlocked.CompareExchange(ref this.
headTailLowPri
,
344
if (slotLowPri == (slotLowPri = Interlocked.CompareExchange(ref this.
headTailLowPri
,
3 references to headTailLowPri
System.ServiceModel.Internals (3)
System\Runtime\IOThreadScheduler.cs (3)
266
slotLowPri = this.
headTailLowPri
;
296
slotLowPri = this.
headTailLowPri
;
341
slotLowPri = this.
headTailLowPri
;