2 writes to shared
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
78this.shared = shared; 93this.shared = shared;
12 references to shared
System.ServiceModel (12)
System\ServiceModel\Dispatcher\ClientRuntime.cs (12)
86Fx.Assert(!shared.IsOnServer, "Client constructor called on server?"); 199get { return this.shared.ValidateMustUnderstand; } 205this.shared.ValidateMustUnderstand = value; 233this.dispatchRuntime = new DispatchRuntime(this, this.shared); 249return this.shared.EnableFaults; 264this.shared.EnableFaults = value; 290get { return this.shared.IsOnServer; } 303return this.shared.ManualAddressing; 318this.shared.ManualAddressing = value; 377get { return this.shared; } 430this.shared.ThrowIfImmutable(); 437this.shared.LockDownProperties();