1 write to _traceFilePath
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\Logger.cs (1)
57
_traceFilePath
= Environment.GetEnvironmentVariable(CliConstants.TestTraceLoggingEnvVar);
3 references to _traceFilePath
dotnet-aot (3)
parent\dotnet\Commands\Test\MTP\Logger.cs (3)
58
TraceEnabled = !string.IsNullOrEmpty(
_traceFilePath
);
60
string? directoryPath = Path.GetDirectoryName(
_traceFilePath
);
104
using StreamWriter logFile = File.AppendText(
_traceFilePath
!);