3 references to TryGetHasExited
Infrastructure.Tests (3)
PowerShellScripts\PowerShellCommand.cs (2)
163if (!CurrentProcess.TryGetHasExited()) 318if (process is null || process.TryGetHasExited())
WorkflowScripts\NodeCommand.cs (1)
155if (!CurrentProcess.TryGetHasExited())