15 references to ProcessExit
Microsoft.AspNetCore.Hosting (2)
Internal\WebHostLifetime.cs (2)
21AppDomain.CurrentDomain.ProcessExit += ProcessExit; 38AppDomain.CurrentDomain.ProcessExit -= ProcessExit;
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.Service.cs (2)
148AppDomain.CurrentDomain.ProcessExit += HandleProcessExit; 154AppDomain.CurrentDomain.ProcessExit -= HandleProcessExit;
PresentationCore (4)
ModuleInitializer.cs (1)
27AppDomain.CurrentDomain.ProcessExit += static (object sender, EventArgs e) =>
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\AppDomainShutdownMonitor.cs (1)
29AppDomain.CurrentDomain.ProcessExit += OnShutdown;
System\Windows\Media\MediaPlayerState.cs (2)
85AppDomain.CurrentDomain.ProcessExit -= _helper.ProcessExitHandler; 799AppDomain.CurrentDomain.ProcessExit += _helper.ProcessExitHandler;
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
93domain?.ProcessExit?.Invoke(domain, EventArgs.Empty);
System.Web.Services.Description (1)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
75currentDomain.ProcessExit += new EventHandler(ProcessExitEvent);
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.cs (1)
62AppDomain.CurrentDomain.ProcessExit += OnShutdown;
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\E2ETesting\SauceConnectServer.cs (1)
133AppDomain.CurrentDomain.ProcessExit += (sender, args) => ProcessCleanup(process, pidFilePath);
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\E2ETesting\SauceConnectServer.cs (1)
133AppDomain.CurrentDomain.ProcessExit += (sender, args) => ProcessCleanup(process, pidFilePath);
Templates.Mvc.Tests (1)
src\Shared\E2ETesting\SauceConnectServer.cs (1)
133AppDomain.CurrentDomain.ProcessExit += (sender, args) => ProcessCleanup(process, pidFilePath);
Templates.Tests (1)
src\Shared\E2ETesting\SauceConnectServer.cs (1)
133AppDomain.CurrentDomain.ProcessExit += (sender, args) => ProcessCleanup(process, pidFilePath);