2 writes to _runtime
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
420
_runtime
= new ImmutableClientRuntime(this);
431
_runtime
= null;
2 references to _runtime
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
419
if (
_runtime
== null)
422
return
_runtime
;