5 references to WorkBatchState
System.Workflow.Runtime (5)
WorkBatch.cs (5)
29private WorkBatchState _state; 39_state = WorkBatchState.Usable; 66System.Diagnostics.Debug.Assert(this._state == WorkBatchState.Usable, "Trying to add to unusable batch."); 108this._state = WorkBatchState.Completed; 139this._state = WorkBatchState.Merged;