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