Implemented interface member:
event
DomainUnload
System._AppDomain.DomainUnload
41 references to DomainUnload
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (1)
4417AppDomain.CurrentDomain.DomainUnload += DisposeOnShutdown;
system\runtime\remoting\channelservices.cs (1)
163AppDomain.CurrentDomain.DomainUnload += new EventHandler(UnloadHandler);
system\threading\Tasks\TaskExceptionHolder.cs (1)
85AppDomain.CurrentDomain.DomainUnload += s_adUnloadEventHandler;
PresentationCore (1)
Shared\MS\Internal\AppDomainShutdownMonitor.cs (1)
29AppDomain.CurrentDomain.DomainUnload += OnShutdown;
SMSvcHost (1)
System\ServiceModel\Activation\Diagnostics\ListenerPerfCounters.cs (1)
55AppDomain.CurrentDomain.DomainUnload += new EventHandler(ListenerPerfCounters.ExitOrUnloadEventHandler);
System (6)
compmod\microsoft\win32\SystemEvents.cs (1)
754AppDomain.CurrentDomain.DomainUnload += new EventHandler(SystemEvents.Shutdown);
net\System\Net\_AutoWebProxyScriptWrapper.cs (1)
504AppDomain.CurrentDomain.DomainUnload += new EventHandler(OnDomainUnload);
net\System\Net\_NetworkingPerfCounters.cs (1)
210AppDomain.CurrentDomain.DomainUnload += new EventHandler(UnloadEventHandler);
net\System\Net\_TimerThread.cs (1)
185AppDomain.CurrentDomain.DomainUnload += new EventHandler(OnDomainUnload);
net\System\Net\Logging.cs (1)
216currentDomain.DomainUnload += new EventHandler(AppDomainUnloadEvent);
net\System\Net\NetworkInformation\TeredoHelper.cs (1)
53AppDomain.CurrentDomain.DomainUnload += new EventHandler(OnAppDomainUnload);
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
169AppDomain.CurrentDomain.DomainUnload += new EventHandler(this.UnloadEventHandler);
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (1)
107AppDomain.CurrentDomain.DomainUnload += new EventHandler(this.UnloadEventHandler);
System.Drawing (4)
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
163currentDomain.DomainUnload += new EventHandler(SafeNativeMethods.Gdip.OnProcessExit); 208currentDomain.DomainUnload -= new EventHandler(SafeNativeMethods.Gdip.OnProcessExit);
commonui\System\Drawing\BufferedGraphicsManager.cs (1)
42AppDomain.CurrentDomain.DomainUnload += new EventHandler(BufferedGraphicsManager.OnShutdown);
commonui\System\Drawing\Graphics.cs (1)
4580AppDomain.CurrentDomain.DomainUnload += new EventHandler(OnDomainUnload);
System.Management (1)
Instrumentation\EventSource.cs (1)
208AppDomain.CurrentDomain.DomainUnload += new EventHandler(ProcessExit);
System.Net (1)
net\Logging.cs (1)
35currentDomain.DomainUnload += new EventHandler(DomainUnloadEventHandler);
System.Runtime.Caching (2)
System\Caching\MemoryCache.cs (2)
185appDomain.DomainUnload += onAppDomainUnload; 417appDomain.DomainUnload -= _onAppDomainUnload;
System.ServiceModel (2)
System\ServiceModel\Administration\WbemProvider.cs (1)
40AppDomain.CurrentDomain.DomainUnload += new EventHandler(ExitOrUnloadEventHandler);
System\ServiceModel\Diagnostics\MessageLogger.cs (1)
735AppDomain.CurrentDomain.DomainUnload += new EventHandler(ExitOrUnloadEventHandler);
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
312currentDomain.DomainUnload += new EventHandler(ExitOrUnloadEventHandler);
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
251currentDomain.DomainUnload += new EventHandler(ExitOrUnloadEventHandler);
System.Web (8)
Compilation\BuildManagerHost.cs (2)
580Thread.GetDomain().DomainUnload += _onAppDomainUnload; 599Thread.GetDomain().DomainUnload -= _onAppDomainUnload;
Hosting\HostingEnvironment.cs (2)
190Thread.GetDomain().DomainUnload += _onAppDomainUnload; 235Thread.GetDomain().DomainUnload -= _onAppDomainUnload;
State\OutOfProcStateClientManager.cs (2)
120Thread.GetDomain().DomainUnload += s_onAppDomainUnload; 128Thread.GetDomain().DomainUnload -= s_onAppDomainUnload;
State\sqlstateclientmanager.cs (2)
157Thread.GetDomain().DomainUnload += s_onAppDomainUnload; 166Thread.GetDomain().DomainUnload -= s_onAppDomainUnload;
System.Web.Services (2)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
77currentDomain.DomainUnload += new EventHandler(AppDomainUnloadEvent);
System\Web\Services\Protocols\RemoteDebugger.cs (1)
91AppDomain.CurrentDomain.DomainUnload += new EventHandler(OnAppDomainUnload);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
2513AppDomain.CurrentDomain.DomainUnload += new EventHandler(OnDomainUnload);
winforms\Managed\System\WinForms\NativeWindow.cs (1)
115AppDomain.CurrentDomain.DomainUnload += shutdownHandler;
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
282AppDomain.CurrentDomain.DomainUnload += OnDomainUnload; 642AppDomain.CurrentDomain.DomainUnload -= OnDomainUnload;
WindowsBase (2)
Base\MS\Internal\ShutDownListener.cs (2)
82AppDomain.CurrentDomain.DomainUnload += new EventHandler(HandleShutDown); 119AppDomain.CurrentDomain.DomainUnload -= new EventHandler(HandleShutDown);