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