25 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.Build.Utilities.Core (1)
ToolTask.cs (1)
792proc.Exited += ReceiveExitNotification;
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
443_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)
137process.Exited += async (sender, args) => 285process.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)
149_process.Exited += OnProcessExited; 168process.Exited -= OnProcessExited;
Plugins\RequestHandlers\MonitorNuGetProcessExitRequestHandler.cs (1)
115process.Exited += OnProcessExited;
System.Diagnostics.Process (4)
System\Diagnostics\Process.cs (4)
547/// Gets or sets whether the <see cref='System.Diagnostics.Process.Exited'/> 1038/// Raises the <see cref='System.Diagnostics.Process.Exited'/> event. 1557Exited += handler; 1579Exited -= handler;