2 writes to _dispatchRuntime
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
77
_dispatchRuntime
= dispatchRuntime;
233
_dispatchRuntime
= new DispatchRuntime(this, _shared);
5 references to _dispatchRuntime
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (5)
225
get { return
_dispatchRuntime
; }
232
if (
_dispatchRuntime
== null)
235
return
_dispatchRuntime
;
245
return
_dispatchRuntime
.EnableFaults;
299
return
_dispatchRuntime
.ManualAddressing;