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)
306
ImmutableDispatchRuntime runtime =
_runtime
;
321
if (
_runtime
== null)
326
return
_runtime
;