3 writes to _schedulerLock
System.Workflow.Runtime (3)
WorkflowExecutor.cs (3)
196this._schedulerLock = LockFactory.CreateWorkflowSchedulerLock(this.InstanceId); 296_schedulerLock = previousWorkflowExecutor._schedulerLock; 310this._schedulerLock = LockFactory.CreateWorkflowSchedulerLock(this.InstanceId);
22 references to _schedulerLock
System.Workflow.Runtime (22)
WorkflowExecutor.cs (22)
246using (new SchedulerLockGuard(this._schedulerLock, this)) 296_schedulerLock = previousWorkflowExecutor._schedulerLock; 413InstanceLock.AssertIsLocked(this._schedulerLock); 585using (new SchedulerLockGuard(this._schedulerLock, this)) 716using (new SchedulerLockGuard(this._schedulerLock, this)) 772InstanceLock.AssertIsLocked(this._schedulerLock); 999InstanceLock.AssertIsLocked(this._schedulerLock); 1226lockedScheduler = _schedulerLock.TryEnter(); 1264_schedulerLock.Exit(); 1459if (this._schedulerLock.TryEnter()) 1490SchedulerLockGuard.Exit(this._schedulerLock, this); 1512InstanceLock.AssertIsLocked(this._schedulerLock); 1576using (new SchedulerLockGuard(this._schedulerLock, this)) 1637using (new SchedulerLockGuard(this._schedulerLock, this)) 1662InstanceLock.AssertIsLocked(this._schedulerLock); 1771using (new SchedulerLockGuard(this._schedulerLock, this)) 1799InstanceLock.AssertIsLocked(this._schedulerLock); 1890using (new SchedulerLockGuard(this._schedulerLock, this)) 1913InstanceLock.AssertIsLocked(this._schedulerLock); 1994using (new SchedulerLockGuard(this._schedulerLock, this)) 2024InstanceLock.AssertIsLocked(this._schedulerLock); 2682using (new SchedulerLockGuard(this._schedulerLock, this))