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