3 writes to _isBatchWorkItemInProgress
ReachFramework (3)
Serialization\Manager\NGCSerializationManagerAsync.cs (3)
61
_isBatchWorkItemInProgress
= false;
274
_isBatchWorkItemInProgress
= true;
309
_isBatchWorkItemInProgress
= false;
2 references to _isBatchWorkItemInProgress
ReachFramework (2)
Serialization\Manager\NGCSerializationManagerAsync.cs (2)
245
if(!
_isBatchWorkItemInProgress
&& _batchOperationQueue.Count > 0)
1039
if(!
_isBatchWorkItemInProgress
&& _batchOperationQueue.Count > 0)