2 writes to _executorLock
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
130this._executorLock = LockFactory.CreateWorkflowExecutorLock(instanceId); 294_executorLock = previousWorkflowExecutor._executorLock;
13 references to _executorLock
System.Workflow.Runtime (13)
WorkflowExecutor.cs (13)
294_executorLock = previousWorkflowExecutor._executorLock; 535return _executorLock; 665using (this._executorLock.Enter()) 1274using (this._executorLock.Enter()) 1367using (this._executorLock.Enter()) 1453if (this._executorLock.TryEnter()) 1496this._executorLock.Exit(); 1562using (this._executorLock.Enter()) 1627using (this._executorLock.Enter()) 1761using (this._executorLock.Enter()) 1878using (this._executorLock.Enter()) 1985using (this._executorLock.Enter()) 2674using (this._executorLock.Enter())