4 references to TryGetHasExited
Aspire.Acquisition.Tests (1)
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
185
if (!CurrentProcess.
TryGetHasExited
())
Aspire.TestUtilities (1)
ProcessExtensions.cs (1)
28
if (process is null || process.
TryGetHasExited
())
Infrastructure.Tests (2)
PowerShellScripts\PowerShellCommand.cs (1)
164
if (!CurrentProcess.
TryGetHasExited
())
WorkflowScripts\NodeCommand.cs (1)
156
if (!CurrentProcess.
TryGetHasExited
())