3 writes to _isBatchWorkItemInProgress
ReachFramework (3)
Serialization\Manager\XpsSerializationManagerAsync.cs (3)
38this._isBatchWorkItemInProgress = false; 228_isBatchWorkItemInProgress = true; 260_isBatchWorkItemInProgress = false;
2 references to _isBatchWorkItemInProgress
ReachFramework (2)
Serialization\Manager\XpsSerializationManagerAsync.cs (2)
199if(!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0) 525if(!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0)