3 writes to _isBatchWorkItemInProgress
ReachFramework (3)
Serialization\Manager\XpsSerializationManagerAsync.cs (3)
52
this.
_isBatchWorkItemInProgress
= false;
262
_isBatchWorkItemInProgress
= true;
294
_isBatchWorkItemInProgress
= false;
2 references to _isBatchWorkItemInProgress
ReachFramework (2)
Serialization\Manager\XpsSerializationManagerAsync.cs (2)
233
if(!
_isBatchWorkItemInProgress
&& _batchOperationQueue.Count > 0)
562
if(!
_isBatchWorkItemInProgress
&& _batchOperationQueue.Count > 0)