1 write to _onChannelClosed
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (1)
19_onChannelClosed = new EventHandler(OnChannelClosed);
2 references to _onChannelClosed
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (2)
26channel.Closed += _onChannelClosed; 32channel.Closed -= _onChannelClosed;