3 writes to _isBatchWorkItemInProgress
ReachFramework (3)
Serialization\Manager\NGCSerializationManagerAsync.cs (3)
50
_isBatchWorkItemInProgress
= false;
243
_isBatchWorkItemInProgress
= true;
278
_isBatchWorkItemInProgress
= false;
2 references to _isBatchWorkItemInProgress
ReachFramework (2)
Serialization\Manager\NGCSerializationManagerAsync.cs (2)
214
if(!
_isBatchWorkItemInProgress
&& _batchOperationQueue.Count > 0)
1006
if(!
_isBatchWorkItemInProgress
&& _batchOperationQueue.Count > 0)