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)
142
if (
_proxyRuntime
== null)
146
if (
_proxyRuntime
== null)
153
return
_proxyRuntime
;
290
get { return
_proxyRuntime
; }