2 writes to currentChannel
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1188this.currentChannel = channel; 1881this.currentChannel = channel;
24 references to currentChannel
System.ServiceModel (24)
System\ServiceModel\Channels\ReliableChannelBinder.cs (24)
1213return this.currentChannel; 1264return this.currentChannel; 1304if (this.currentChannel == null) 1310channel = this.currentChannel; 1410channel = this.currentChannel; 1496if (this.currentChannel == null) 1533if ((this.currentChannel != null) 1534&& (this.currentChannel.State == CommunicationState.Created)) 1536return this.currentChannel; 1574if (this.currentChannel != faultedChannel) 1635if (this.currentChannel == null) 1656channel = this.currentChannel; 1735if (this.currentChannel.State != CommunicationState.Faulted) 1804if (this.currentChannel.State == CommunicationState.Faulted) 1813channel = this.currentChannel; 1899this.tolerateFaults = !this.binder.HasSecuritySession(this.currentChannel); 1907this.currentChannel.Faulted += this.onChannelFaulted; 1939if (this.currentChannel == null) 1947if (this.currentChannel == null) 1969if ((this.currentChannel != null) && (this.onChannelFaulted != null)) 1971this.currentChannel.Faulted -= this.onChannelFaulted; 1975return this.currentChannel; 2037if (this.currentChannel == null) 2043channel = this.currentChannel;