1 write to _logFilePath
aspire (1)
Diagnostics\StartupErrorWriter.cs (1)
40_logFilePath = logFilePath;
2 references to _logFilePath
aspire (2)
Diagnostics\StartupErrorWriter.cs (2)
61if (!_hasOutput || !File.Exists(_logFilePath)) 67_errorConsole.MarkupLine(prefix + string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.SeeLogsAt, _logFilePath.EscapeMarkup()));