1 write to innerInvoker
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
995
this.
innerInvoker
= innerInvoker;
6 references to innerInvoker
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (6)
1005
if (this.
innerInvoker
.IsSynchronous)
1012
IManualConcurrencyOperationInvoker manualInvoker = this.
innerInvoker
as IManualConcurrencyOperationInvoker;
1019
this.returnValue = this.
innerInvoker
.Invoke(this.durableInstance, this.inputs, out this.outputs);
1036
IManualConcurrencyOperationInvoker manualInvoker = this.
innerInvoker
as IManualConcurrencyOperationInvoker;
1043
result = this.
innerInvoker
.InvokeBegin(this.durableInstance, this.inputs, this.PrepareAsyncCompletion(handleEndInvoke), this);
1070
thisPtr.returnValue = thisPtr.
innerInvoker
.InvokeEnd(thisPtr.durableInstance, out thisPtr.outputs, result);