1 write to onChannelFaulted
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
21this.onChannelFaulted = new EventHandler(OnChannelFaulted);
2 references to onChannelFaulted
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (2)
26channel.Faulted += this.onChannelFaulted; 32channel.Faulted -= this.onChannelFaulted;