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