5 writes to ownsLock
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (5)
4981
this.
ownsLock
= ownsLock;
5029
this.instance.ReleaseLock(ref this.
ownsLock
);
5088
this.
ownsLock
= ownsLock;
5107
if (this.instance.AcquireLockAsync(this.timeoutHelper.RemainingTime(), false, true, ref this.
ownsLock
, onLockAcquired, this))
5132
thisPtr.
ownsLock
= true;
2 references to ownsLock
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
5001
ownsLock = thisPtr.
ownsLock
;
5100
if (!this.instance.IsHandlerThread && !this.
ownsLock
)