7 references to Count
System.ServiceModel.Internals (7)
System\Runtime\IOThreadTimer.cs (7)
193
if (timerQueue.
Count
== 1)
214
if (timerQueue.
Count
> 0)
221
if (otherTimerGroup.TimerQueue.
Count
== 0)
286
if (timerQueue.
Count
> 0)
305
while (timerQueue.
Count
> 0)
329
if (this.stableTimerGroup.TimerQueue.
Count
> 0 ||
330
this.volatileTimerGroup.TimerQueue.
Count
> 0)