1 write to onInnerChannelClosed
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelTracker.cs (1)
25this.onInnerChannelClosed = new EventHandler(OnInnerChannelClosed);
2 references to onInnerChannelClosed
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelTracker.cs (2)
53channel.Closed += this.onInnerChannelClosed; 67channel.Closed -= this.onInnerChannelClosed;