4 writes to acquiredLockAsynchronously
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (4)
4883
thisPtr.
acquiredLockAsynchronously
= true;
4884
completeSelf = thisPtr.CheckState(ref thisPtr.
acquiredLockAsynchronously
);
4950
if (thisPtr.instance.CleanupIdleWaiter(thisPtr.idleEvent, asyncException, ref thisPtr.
acquiredLockAsynchronously
))
4960
thisPtr.
acquiredLockAsynchronously
= true;
3 references to acquiredLockAsynchronously
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (3)
4857
ownsLock = thisPtr.
acquiredLockAsynchronously
;
4952
Fx.Assert(!thisPtr.
acquiredLockAsynchronously
, "We shouldn't own the lock if we're rethrowing");
4957
Fx.Assert(thisPtr.
acquiredLockAsynchronously
, "We should own the lock if we're ----ing");