3 writes to _isBatchWorkItemInProgress
ReachFramework (3)
Serialization\Manager\XpsSerializationManagerAsync.cs (3)
39this._isBatchWorkItemInProgress = false; 229_isBatchWorkItemInProgress = true; 261_isBatchWorkItemInProgress = false;
2 references to _isBatchWorkItemInProgress
ReachFramework (2)
Serialization\Manager\XpsSerializationManagerAsync.cs (2)
200if(!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0) 526if(!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0)