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