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