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