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