1 write to Operation
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
88this.Operation = operation;
9 references to Operation
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
33MessageFault messageFault = rpc.Operation.FaultFormatter.Serialize(fault, out action);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (7)
306if (!rpc.Operation.IsOneWay) 326if (rpc.Operation.IsOneWay) 331if (!rpc.Operation.IsOneWay && (context != null) && (rpc.Reply != null)) 417if (rpc.Operation.IsOneWay) 426(rpc.Operation.Action != MessageHeaders.WildcardAction)) 561rpc.Operation.InvokeBegin(ref rpc); 628rpc.Operation.InvokeEnd(ref rpc);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
335if (this.Operation.DisposeParameters)