1 write to instance
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
2778
this.
instance
= instance;
3 references to instance
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (3)
2794
if (this.
instance
.acquireReferenceSemaphore.EnterAsync(timeoutHelper.RemainingTime(), acquireCompletedCallback, this))
2809
this.result = this.
instance
.TryAddReference();
2813
this.
instance
.acquireReferenceSemaphore.Exit();