1 write to concurrencyMode
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\DurableRuntimeValidator.cs (1)
48this.concurrencyMode = OperationContext.Current.EndpointDispatcher.DispatchRuntime.ConcurrencyMode;
4 references to concurrencyMode
System.WorkflowServices (4)
System\ServiceModel\Dispatcher\DurableRuntimeValidator.cs (4)
33return concurrencyMode; 50if (this.concurrencyMode == ConcurrencyMode.Multiple) 57if (this.saveStateInOperationTransaction && this.concurrencyMode != ConcurrencyMode.Single) 64if (this.concurrencyMode == ConcurrencyMode.Reentrant