3 references to ExitOrUnloadEventHandler
SMSvcHost (3)
System\ServiceModel\Activation\Diagnostics\ListenerPerfCounters.cs (3)
54
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(ListenerPerfCounters.
ExitOrUnloadEventHandler
);
55
AppDomain.CurrentDomain.DomainUnload += new EventHandler(ListenerPerfCounters.
ExitOrUnloadEventHandler
);
56
AppDomain.CurrentDomain.ProcessExit += new EventHandler(ListenerPerfCounters.
ExitOrUnloadEventHandler
);