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