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