1 write to shared
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
93this.shared = shared;
11 references to shared
System.ServiceModel (11)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (11)
72Fx.Assert(shared.IsOnServer, "Server constructor called on client?"); 345this.proxyRuntime = new ClientRuntime(this, this.shared); 572get { return this.shared.ValidateMustUnderstand; } 578this.shared.ValidateMustUnderstand = value; 635return this.shared.EnableFaults; 642get { return this.shared.IsOnServer; } 656return this.shared.ManualAddressing; 705get { return this.shared; } 749this.shared.ThrowIfImmutable(); 756this.shared.LockDownProperties(); 845if (this.dispatchRuntime.shared.EnableFaults)