1 write to Operation
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyRpc.cs (1)
37
this.
Operation
= operation;
2 references to Operation
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
810
HandleReply(sendResult.Rpc.
Operation
, ref sendResult.Rpc);
949
FaultException fe = rpc.
Operation
.FaultFormatter.Deserialize(fault, action);