2 writes to proxyRuntime
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
83
this.
proxyRuntime
= proxyRuntime;
345
this.
proxyRuntime
= new ClientRuntime(this, this.shared);
4 references to proxyRuntime
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (4)
339
if (this.
proxyRuntime
== null)
343
if (this.
proxyRuntime
== null)
350
return this.
proxyRuntime
;
700
get { return this.
proxyRuntime
; }