2 writes to _runtime
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
312_runtime = new ImmutableDispatchRuntime(this); 324_runtime = null;
3 references to _runtime
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
295ImmutableDispatchRuntime runtime = _runtime; 310if (_runtime == null) 315return _runtime;