2 writes to operationInProgress
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (2)
434this.operationInProgress = true; 439this.operationInProgress = false;
1 reference to operationInProgress
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
433Fx.AssertAndThrow(!this.operationInProgress, "PersistenceContext doesn't support multiple operations.");