1 write to _language
aspire (1)
Projects\ProcessGuestLauncher.cs (1)
33_language = language;
5 references to _language
aspire (5)
Projects\ProcessGuestLauncher.cs (5)
91_logger.LogTrace("{Language}({ProcessId}) stdout: {Line}", _language, pid, line); 103_logger.LogTrace("{Language}({ProcessId}) stderr: {Line}", _language, pid, line); 153_logger.LogDebug("{Language} guest process {ProcessId} started: {Command}", _language, execution.ProcessId, resolvedCommandPath); 165_logger.LogInformation("Cancellation requested while waiting for {Language} guest process {ProcessId} to exit", _language, execution.ProcessId)); 183_logger.LogDebug("{Language} guest process {ProcessId} exited with code {ExitCode}", _language, execution.ProcessId, finalExitCode);