1 write to onInnerChannelFaulted
System.ServiceModel (1)
System\ServiceModel\Channels\LayeredChannel.cs (1)
23this.onInnerChannelFaulted = new EventHandler(OnInnerChannelFaulted);
2 references to onInnerChannelFaulted
System.ServiceModel (2)
System\ServiceModel\Channels\LayeredChannel.cs (2)
24this.innerChannel.Faulted += this.onInnerChannelFaulted; 45this.innerChannel.Faulted -= this.onInnerChannelFaulted;