1 write to _proxyRuntime
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
40
channelProxy.
_proxyRuntime
= serviceChannel.ClientRuntime.GetRuntime();
1 reference to _proxyRuntime
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
77
ProxyOperationRuntime operation =
_proxyRuntime
.GetOperation(method, methodCall.Args, out canCacheMessageData);