4 writes to tryResult
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (4)
3378this.tryResult = true; 3503this.tryResult = false; 3590this.tryResult = false; 3601this.tryResult = false;
5 references to tryResult
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (5)
3437this.instance.ReleaseLock(ref this.ownsLock, this.isIdlePolicyPersist && this.tryResult); 3572thisPtr.instance.ReleaseLock(ref thisPtr.ownsLock, thisPtr.isIdlePolicyPersist && thisPtr.tryResult); 3638return thisPtr.tryResult; 3669if (thisPtr.isIdlePolicyPersist && thisPtr.tryResult) 3678thisPtr.instance.ReleaseLock(ref thisPtr.ownsLock, thisPtr.isIdlePolicyPersist && thisPtr.tryResult);