1 write to _shared
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
43_shared = shared;
8 references to _shared
System.ServiceModel.Primitives (8)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (8)
138ClientRuntime = new ClientRuntime(this, _shared); 235return _shared.EnableFaults; 242get { return _shared.IsOnServer; } 256return _shared.ManualAddressing; 284get { return _shared; } 323_shared.ThrowIfImmutable(); 330_shared.LockDownProperties(); 394if (_dispatchRuntime._shared.EnableFaults)