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