3 references to ExitOrUnloadEventHandler
System.ServiceModel (3)
System\ServiceModel\Administration\WbemProvider.cs (3)
40AppDomain.CurrentDomain.DomainUnload += new EventHandler(ExitOrUnloadEventHandler); 41AppDomain.CurrentDomain.ProcessExit += new EventHandler(ExitOrUnloadEventHandler); 42AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(ExitOrUnloadEventHandler);