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