2 writes to _proxyRuntime
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
45_proxyRuntime = proxyRuntime; 148_proxyRuntime = new ClientRuntime(this, _shared);
4 references to _proxyRuntime
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (4)
142if (_proxyRuntime == null) 146if (_proxyRuntime == null) 153return _proxyRuntime; 290get { return _proxyRuntime; }