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)
27
channel.Closed +=
_onChannelClosed
;
33
channel.Closed -=
_onChannelClosed
;