3 writes to _isBatchWorkItemInProgress
ReachFramework (3)
Serialization\Manager\XpsSerializationManagerAsync.cs (3)
52this._isBatchWorkItemInProgress = false; 262_isBatchWorkItemInProgress = true; 294_isBatchWorkItemInProgress = false;
2 references to _isBatchWorkItemInProgress
ReachFramework (2)
Serialization\Manager\XpsSerializationManagerAsync.cs (2)
233if(!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0) 562if(!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0)