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