1 write to shared
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
88
this.
shared
= shared;
6 references to shared
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (6)
190
get { return this.
shared
.EnableFaults; }
194
this.
shared
.EnableFaults = value;
200
get { return this.
shared
.IsOnServer; }
292
get { return this.
shared
.ManualAddressing; }
296
this.
shared
.ManualAddressing = value;
887
this.
shared
.ThrowIfImmutable();