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