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