8 writes to ownsLock
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (8)
3049IAsyncResult result = this.instance.BeginAcquireLockOnIdle(timeoutHelper.RemainingTime(), ref this.ownsLock, PrepareAsyncCompletion(handleEndLockAcquired), this); 3165thisPtr.instance.EndAcquireLockOnIdle(result, ref thisPtr.ownsLock); 3198this.resumptionResult = this.instance.ResumeProtocolBookmarkCore(this.bookmark, this.value, this.bookmarkScope, bufferedReceiveEnabled, ref this.waitHandle, ref this.ownsLock); 3209this.ownsLock = true; 3251thisPtr.instance.ReleaseLock(ref thisPtr.ownsLock); 3280thisPtr.ownsLock = true; 3302thisPtr.instance.ReleaseLock(ref thisPtr.ownsLock); 3319thisPtr.instance.ReleaseLock(ref thisPtr.ownsLock);
2 references to ownsLock
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
3249if (thisPtr.ownsLock) 3317if (thisPtr.ownsLock)