1 write to _runningExec
Microsoft.DotNet.Build.Tasks.Installers (1)
src\ExecWithRetries.cs (1)
70_runningExec = new Exec
3 references to _runningExec
Microsoft.DotNet.Build.Tasks.Installers (3)
src\ExecWithRetries.cs (3)
62_runningExec?.Cancel(); 88if (!_runningExec.Execute()) 94int exitCode = _runningExec.ExitCode;