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