1 write to _logFilePath
aspire (1)
Diagnostics\StartupErrorWriter.cs (1)
40
_logFilePath
= logFilePath;
2 references to _logFilePath
aspire (2)
Diagnostics\StartupErrorWriter.cs (2)
61
if (!_hasOutput || !File.Exists(
_logFilePath
))
71
MarkupHelpers.SafeFileLink(supportsLinks,
_logFilePath
));