11 references to CloseMainWindow
Aspire.EndToEnd.Tests (2)
tests\Shared\TemplatesTesting\TestExtensions.cs (1)
41process.CloseMainWindow();
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
190CurrentProcess.CloseMainWindow();
Aspire.Hosting (1)
Dcp\Process\ProcessUtil.cs (1)
157if (!_process.CloseMainWindow())
Aspire.Hosting.Azure (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
157if (!_process.CloseMainWindow())
Aspire.Hosting.Docker (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
157if (!_process.CloseMainWindow())
Aspire.Templates.Tests (2)
tests\Shared\TemplatesTesting\TestExtensions.cs (1)
41process.CloseMainWindow();
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
190CurrentProcess.CloseMainWindow();
Infrastructure.Tests (3)
PowerShellScripts\PowerShellCommand.cs (2)
168CurrentProcess.CloseMainWindow(); 325process.CloseMainWindow();
WorkflowScripts\NodeCommand.cs (1)
160CurrentProcess.CloseMainWindow();
Microsoft.DotNet.Cli.Utils (1)
ProcessReaper.cs (1)
236_process.CloseMainWindow();