4 references to DomainUnload
Microsoft.Build (1)
RegisteredTaskObjectCacheBase.cs (1)
38AppDomain.CurrentDomain.DomainUnload += new EventHandler((sender, args) =>
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Threading\StaTaskScheduler.cs (1)
54AppDomain.CurrentDomain.DomainUnload += (sender, e) =>
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\AppDomainShutdownMonitor.cs (1)
28AppDomain.CurrentDomain.DomainUnload += OnShutdown;
System.Web.Services.Description (1)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
74currentDomain.DomainUnload += new EventHandler(AppDomainUnloadEvent);