3 writes to _state
System.Workflow.Runtime (3)
WorkBatch.cs (3)
39_state = WorkBatchState.Usable; 108this._state = WorkBatchState.Completed; 139this._state = WorkBatchState.Merged;
1 reference to _state
System.Workflow.Runtime (1)
WorkBatch.cs (1)
66System.Diagnostics.Debug.Assert(this._state == WorkBatchState.Usable, "Trying to add to unusable batch.");