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)
225get { return _dispatchRuntime; } 232if (_dispatchRuntime == null) 235return _dispatchRuntime; 245return _dispatchRuntime.EnableFaults; 299return _dispatchRuntime.ManualAddressing;