1 write to _logFilePath
aspire (1)
Projects\DotNetBasedAppHostServerProject.cs (1)
77
_logFilePath
= logFilePath;
2 references to _logFilePath
aspire (2)
Projects\DotNetBasedAppHostServerProject.cs (2)
105
internal string? LogFilePath =>
_logFilePath
;
627
startInfo.Environment[KnownConfigNames.CliLogFilePath] =
_logFilePath
;