2 writes to runtime
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
420
this.
runtime
= new ImmutableClientRuntime(this);
431
this.
runtime
= null;
2 references to runtime
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
419
if (this.
runtime
== null)
422
return this.
runtime
;