1 write to canCreateInstance
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (1)
28
this.
canCreateInstance
= canCreateInstance;
2 references to canCreateInstance
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceOperationInvoker.cs (2)
58
object serviceInstance = durableInstance.StartOperation(this.
canCreateInstance
);
103
return new InvokeAsyncResult(durableInstance, inputs, this, this.
canCreateInstance
, callback, state);