1 write to notification
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
997
this.
notification
= notification;
2 references to notification
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (2)
1015
this.returnValue = manualInvoker.Invoke(this.durableInstance, this.inputs, this.
notification
, out this.outputs);
1039
result = manualInvoker.InvokeBegin(this.durableInstance, this.inputs, this.
notification
, this.PrepareAsyncCompletion(handleEndInvoke), this);