3 writes to _isBatchWorkItemInProgress
ReachFramework (3)
Serialization\Manager\XpsOMSerializationManagerAsync.cs (3)
42_isBatchWorkItemInProgress = false; 215_isBatchWorkItemInProgress = true; 247_isBatchWorkItemInProgress = false;
2 references to _isBatchWorkItemInProgress
ReachFramework (2)
Serialization\Manager\XpsOMSerializationManagerAsync.cs (2)
186if (!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0) 476if (!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0)