3 writes to count
System.ServiceModel.Primitives (3)
Internals\System\Runtime\IOThreadTimer.cs (3)
458count = index; 530this.count = 0; 537this.count = --count;
6 references to count
System.ServiceModel.Primitives (6)
Internals\System\Runtime\IOThreadTimer.cs (6)
392get { return count; } 399Fx.Assert(count > 0, "Should have at least one timer in our queue."); 415Fx.Assert(index <= count, ""); 449int index = count + 1; 496int count = this.count; 526int count = this.count;