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