1 write to _shared
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
54
_shared
= shared;
8 references to _shared
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (8)
148
_proxyRuntime = new ClientRuntime(this,
_shared
);
243
return
_shared
.EnableFaults;
250
get { return
_shared
.IsOnServer; }
264
return
_shared
.ManualAddressing;
295
get { return
_shared
; }
334
_shared
.ThrowIfImmutable();
341
_shared
.LockDownProperties();
405
if (_dispatchRuntime.
_shared
.EnableFaults)