2 writes to _runtime
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
323_runtime = new ImmutableDispatchRuntime(this); 335_runtime = null;
3 references to _runtime
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (3)
306ImmutableDispatchRuntime runtime = _runtime; 321if (_runtime == null) 326return _runtime;