4 writes to innerChannel
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (4)
559thisPtr.innerChannel = null; 570thisPtr.innerChannel = null; 590thisPtr.innerChannel = null; 602this.innerChannel = this.discoveryClientChannelBase.innerChannelFactory.CreateChannel(
13 references to innerChannel
System.ServiceModel.Discovery (13)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (13)
461return thisPtr.innerChannel; 498if (this.innerChannel != null) 502if (this.innerChannel != null) 509GetVia(this.innerChannel).ToString()); 541(thisPtr, t, c, s) => thisPtr.innerChannel.BeginOpen(thisPtr.RemainingTime(), c, s), 542(thisPtr, r) => thisPtr.innerChannel.EndOpen(r), 556if (thisPtr.innerChannel != null) 558thisPtr.innerChannel.Abort(); 567if (thisPtr.innerChannel != null) 569thisPtr.innerChannel.Abort(); 578if (thisPtr.innerChannel != null) 580thisPtr.innerChannel.Abort(); 586GetVia(thisPtr.innerChannel).ToString(),