1 write to onChannelClosed
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
20
this.
onChannelClosed
= new EventHandler(OnChannelClosed);
2 references to onChannelClosed
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (2)
27
channel.Closed += this.
onChannelClosed
;
33
channel.Closed -= this.
onChannelClosed
;