2 writes to _shared
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
72_shared = shared; 87_shared = shared;
12 references to _shared
System.ServiceModel.Primitives (12)
System\ServiceModel\Dispatcher\ClientRuntime.cs (12)
80Fx.Assert(!_shared.IsOnServer, "Client constructor called on server?"); 186get { return _shared.ValidateMustUnderstand; } 192_shared.ValidateMustUnderstand = value; 218DispatchRuntime = new DispatchRuntime(this, _shared); 235return _shared.EnableFaults; 250_shared.EnableFaults = value; 276get { return _shared.IsOnServer; } 289return _shared.ManualAddressing; 304_shared.ManualAddressing = value; 365get { return _shared; } 417_shared.ThrowIfImmutable(); 424_shared.LockDownProperties();