2 instantiations of DurableRuntimeValidator
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (2)
117new DurableRuntimeValidator(this.saveStateInOperationTransaction, this.unknownExceptionAction), 181new DurableRuntimeValidator(this.saveStateInOperationTransaction, this.unknownExceptionAction),
5 references to DurableRuntimeValidator
System.WorkflowServices (5)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (3)
29DurableRuntimeValidator runtimeValidator; 38DurableRuntimeValidator runtimeValidator, 49DurableRuntimeValidator runtimeValidator,
System\ServiceModel\Dispatcher\ServiceDurableInstanceContextProvider.cs (2)
21DurableRuntimeValidator runtimeValidator; 33DurableRuntimeValidator runtimeValidator,