1 write to _process
aspire (1)
Utils\EnvironmentChecker\DcpConnectionChecker.cs (1)
211_process = process;
6 references to _process
aspire (6)
Utils\EnvironmentChecker\DcpConnectionChecker.cs (6)
355if (!_process.HasExited) 357_process.Kill(entireProcessTree: true); 359await _process.WaitForExitAsync(exitCts.Token).ConfigureAwait(false); 368await _process.DisposeAsync().ConfigureAwait(false); 385if (_process.HasExited) 391_process.ExitCode,