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