3 writes to _workItemOrderId
System.Workflow.Runtime (3)
WorkBatch.cs (3)
321return Threading.Interlocked.Read(ref _workItemOrderId); 328_workItemOrderId = value; 335return Threading.Interlocked.Increment(ref _workItemOrderId);
1 reference to _workItemOrderId
System.Workflow.Runtime (1)
WorkBatch.cs (1)
325Debug.Assert(value >= _workItemOrderId, "New value for WorkItemOrderId must be greater than the current value");