29 references to Exited
Aspire.EndToEnd.Tests (2)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
259AppHostProcess.Exited += appExitedCallback;
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
149CurrentProcess.Exited += (s, a) =>
Aspire.Templates.Tests (2)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
259AppHostProcess.Exited += appExitedCallback;
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
149CurrentProcess.Exited += (s, a) =>
dotnet-format (1)
Utilities\ProcessRunner.cs (1)
99process.Exited += (s, e) =>
Infrastructure.Tests (2)
PowerShellScripts\PowerShellCommand.cs (1)
128CurrentProcess.Exited += (s, a) =>
WorkflowScripts\NodeCommand.cs (1)
120CurrentProcess.Exited += (_, _) =>
Microsoft.Agents.AI.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TestCommand.cs (1)
63process.Exited += (sender, args) =>
Microsoft.AspNetCore.Server.IntegrationTesting (4)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
250runScriptsOnRemoteServerProcess.Exited += (sender, exitedArgs) =>
Deployers\SelfHostDeployer.cs (1)
165HostProcess.Exited += (sender, e) =>
src\aspnetcore\src\Shared\Process\ProcessEx.cs (2)
48proc.Exited += OnProcessExited; 256_process.Exited -= OnProcessExited;
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
792proc.Exited += ReceiveExitNotification;
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
446_process.Exited += Process_Exited;
Microsoft.Extensions.AI.Templates.Tests (1)
test\ProjectTemplates\Infrastructure\TestCommand.cs (1)
63process.Exited += (sender, args) =>
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TestCommand.cs (1)
63process.Exited += (sender, args) =>
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\GenerateEFSQLScripts.cs (2)
113proc.Exited += Proc_Exited; 155_runningProcess.Exited -= Proc_Exited;
Microsoft.TestPlatform.PlatformAbstractions (2)
common\System\ProcessHelper.cs (2)
152process.Exited += async (sender, args) => 332process.Exited += (sender, args) => callbackAction?.Invoke(sender);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
184_process.Exited += Process_Exited;
NuGet.Build.Tasks (1)
StaticGraphRestoreTaskBase.cs (1)
151process.Exited += (sender, args) => semaphore.Release();
NuGet.Protocol (3)
Plugins\PluginProcess.cs (2)
153_process.Exited += OnProcessExited; 172process.Exited -= OnProcessExited;
Plugins\RequestHandlers\MonitorNuGetProcessExitRequestHandler.cs (1)
121process.Exited += OnProcessExited;
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (4)
547/// Gets or sets whether the <see cref='System.Diagnostics.Process.Exited'/> 1063/// Raises the <see cref='System.Diagnostics.Process.Exited'/> event. 1584Exited += handler; 1606Exited -= handler;