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)
26
channel.Faulted +=
_onChannelFaulted
;
32
channel.Faulted -=
_onChannelFaulted
;