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