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