1 write to innerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (1)
17this.innerChannel = innerChannel;
4 references to innerChannel
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityChannelFaultConverter.cs (4)
22if (this.innerChannel == null) 28FaultConverter inner = this.innerChannel.GetProperty<FaultConverter>(); 42if (this.innerChannel == null) 48FaultConverter inner = innerChannel.GetProperty<FaultConverter>();