1 write to nextIdleWaiters
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
1671
this.
nextIdleWaiters
= new List<AsyncWaitHandle>();
8 references to nextIdleWaiters
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (8)
718
if (this.
nextIdleWaiters
!= null && this.
nextIdleWaiters
.Count > 0)
727
for (int i = 0; i < this.
nextIdleWaiters
.Count; i++)
729
this.idleWaiters.Add(this.
nextIdleWaiters
[i]);
733
this.
nextIdleWaiters
.Clear();
1669
if (this.
nextIdleWaiters
== null)
1676
this.
nextIdleWaiters
.Add(waitHandle);
3272
if (thisPtr.instance.
nextIdleWaiters
.Remove(thisPtr.waitHandle) || thisPtr.instance.idleWaiters.Remove(thisPtr.waitHandle))