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