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)
171
if (!
_isBatchWorkItemInProgress
&& _batchOperationQueue.Count > 0)
461
if (!
_isBatchWorkItemInProgress
&& _batchOperationQueue.Count > 0)