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