2 writes to _queueLocked
System.Workflow.Activities (2)
StateMachineExecutionState.cs (2)
137
_queueLocked
= true;
150
_queueLocked
= false;
1 reference to _queueLocked
System.Workflow.Activities (1)
StateMachineExecutionState.cs (1)
142
Debug.Assert(!this.
_queueLocked
);