3 writes to _isBatchWorkItemInProgress
ReachFramework (3)
Serialization\Manager\XpsOMSerializationManagerAsync.cs (3)
28_isBatchWorkItemInProgress = false; 201_isBatchWorkItemInProgress = true; 233_isBatchWorkItemInProgress = false;
2 references to _isBatchWorkItemInProgress
ReachFramework (2)
Serialization\Manager\XpsOMSerializationManagerAsync.cs (2)
172if (!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0) 462if (!_isBatchWorkItemInProgress && _batchOperationQueue.Count > 0)