2 writes to runtime
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
738
this.
runtime
= new ImmutableDispatchRuntime(this);
750
this.
runtime
= null;
3 references to runtime
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
721
ImmutableDispatchRuntime runtime = this.
runtime
;
736
if (this.
runtime
== null)
741
return this.
runtime
;