1 write to acquireReferenceSemaphore
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
157this.acquireReferenceSemaphore = new ThreadNeutralSemaphore(1);
6 references to acquireReferenceSemaphore
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (6)
2478if (this.workflowInstance.acquireReferenceSemaphore.EnterAsync(timeoutHelper.RemainingTime(), acquireCompletedCallback, this)) 2761thisPtr.workflowInstance.acquireReferenceSemaphore.Exit(); 2794if (this.instance.acquireReferenceSemaphore.EnterAsync(timeoutHelper.RemainingTime(), acquireCompletedCallback, this)) 2813this.instance.acquireReferenceSemaphore.Exit(); 5922if (this.instance.acquireReferenceSemaphore.EnterAsync(this.timeoutHelper.RemainingTime(), acquireCompletedCallback, this)) 6011this.instance.acquireReferenceSemaphore.Exit();