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