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