4 writes to pendingChannel
System.ServiceModel (4)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (4)
274this.pendingChannel = null; 436this.pendingChannel = null; 554this.pendingChannel = null; 584this.pendingChannel = (TChannel)channel;
6 references to pendingChannel
System.ServiceModel (6)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (6)
269if (!this.Synchronizer.SetChannel(this.pendingChannel)) 271abortChannel = this.pendingChannel; 435channel = this.pendingChannel; 549if (!this.Synchronizer.SetChannel(this.pendingChannel)) 551abortChannel = this.pendingChannel; 583oldPendingChannel = this.pendingChannel;