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); 243return _shared.EnableFaults; 250get { return _shared.IsOnServer; } 264return _shared.ManualAddressing; 295get { return _shared; } 334_shared.ThrowIfImmutable(); 341_shared.LockDownProperties(); 405if (_dispatchRuntime._shared.EnableFaults)