3 writes to _isBatchWorkItemInProgress
ReachFramework (3)
Serialization\Manager\NGCSerializationManagerAsync.cs (3)
49
_isBatchWorkItemInProgress
= false;
242
_isBatchWorkItemInProgress
= true;
277
_isBatchWorkItemInProgress
= false;
2 references to _isBatchWorkItemInProgress
ReachFramework (2)
Serialization\Manager\NGCSerializationManagerAsync.cs (2)
213
if(!
_isBatchWorkItemInProgress
&& _batchOperationQueue.Count > 0)
1005
if(!
_isBatchWorkItemInProgress
&& _batchOperationQueue.Count > 0)