1 write to _runningExec
Microsoft.DotNet.Arcade.Sdk (1)
parent\Common\Tasks\ExecWithRetries.cs (1)
74_runningExec = new Exec
3 references to _runningExec
Microsoft.DotNet.Arcade.Sdk (3)
parent\Common\Tasks\ExecWithRetries.cs (3)
66_runningExec?.Cancel(); 92if (!_runningExec.Execute()) 98int exitCode = _runningExec.ExitCode;