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