2 instantiations of ProxyRpc
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
731ProxyRpc rpc = new ProxyRpc(this, operation, action, ins, timeout); 1663Rpc = new ProxyRpc(channel, operation, action, inputParameters, timeout);
9 references to ProxyRpc
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (5)
546private void PrepareCall(ProxyOperationRuntime operation, bool oneway, ref ProxyRpc rpc) 644private void TraceClientOperationPrepared(ref ProxyRpc rpc) 731ProxyRpc rpc = new ProxyRpc(this, operation, action, ins, timeout); 909private void HandleReply(ProxyOperationRuntime operation, ref ProxyRpc rpc) 1651internal ProxyRpc Rpc;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
87internal void AfterReceiveReply(ref ProxyRpc rpc) 115internal void BeforeSendRequest(ref ProxyRpc rpc)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
144internal void AfterReply(ref ProxyRpc rpc) 208internal void BeforeRequest(ref ProxyRpc rpc)