3 writes to _clientRuntime
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
81_clientRuntime = factory.ClientRuntime; 107_clientRuntime = endpointDispatcher.DispatchRuntime.CallbackClientRuntime; 239_clientRuntime = value.DispatchRuntime.CallbackClientRuntime;
7 references to _clientRuntime
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (7)
193if (_clientRuntime != null) 195return _clientRuntime.DispatchRuntime; 356get { return _clientRuntime; } 665_clientRuntime.ContractName, 940if (operation.DeserializeReply && _clientRuntime.IsFault(ref rpc.Reply)) 942MessageFault fault = MessageFault.CreateFault(rpc.Reply, _clientRuntime.MaxFaultSize); 994_clientRuntime.ContractName,