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)
193
if (
_clientRuntime
!= null)
195
return
_clientRuntime
.DispatchRuntime;
356
get { return
_clientRuntime
; }
665
_clientRuntime
.ContractName,
940
if (operation.DeserializeReply &&
_clientRuntime
.IsFault(ref rpc.Reply))
942
MessageFault fault = MessageFault.CreateFault(rpc.Reply,
_clientRuntime
.MaxFaultSize);
994
_clientRuntime
.ContractName,