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