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