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