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