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