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)
58TraceEnabled = !string.IsNullOrEmpty(_traceFilePath); 60string? directoryPath = Path.GetDirectoryName(_traceFilePath); 104using StreamWriter logFile = File.AppendText(_traceFilePath!);