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