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