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