3 writes to _isBatchWorkItemInProgress
ReachFramework (3)
Serialization\Manager\XpsOMSerializationManagerAsync.cs (3)
27_isBatchWorkItemInProgress = false; 200_isBatchWorkItemInProgress = true; 232_isBatchWorkItemInProgress = false;
2 references to _isBatchWorkItemInProgress
ReachFramework (2)
Serialization\Manager\XpsOMSerializationManagerAsync.cs (2)
171if (!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0) 461if (!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0)