1 write to InvokeNotification
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
160
this.
InvokeNotification
= new MessageRpcInvokeNotification(this.Activity, this.channelHandler);
4 references to InvokeNotification
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedReceiveMessageProperty.cs (1)
19
this.Notification = rpc.
InvokeNotification
;
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
518
rpc.ReturnParameter = manualInvoker.Invoke(target, rpc.InputParameters, rpc.
InvokeNotification
, out rpc.OutputParameters);
544
result = manualInvoker.InvokeBegin(target, rpc.InputParameters, rpc.
InvokeNotification
, invokeCallback, resumeRpc);
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
777
if (this.rpc.Process(false) && !rpc.
InvokeNotification
.DidInvokerEnsurePump)