1 write to _runningExec
Microsoft.DotNet.Build.Tasks.Installers (1)
src\ExecWithRetries.cs (1)
66_runningExec = new Exec
3 references to _runningExec
Microsoft.DotNet.Build.Tasks.Installers (3)
src\ExecWithRetries.cs (3)
58_runningExec?.Cancel(); 78if (!_runningExec.Execute()) 84int exitCode = _runningExec.ExitCode;