1 write to s_traceFilePath
dotnet-aot (1)
parent\dotnet\Commands\Test\VSTest\VSTestTrace.cs (1)
16s_traceFilePath = Environment.GetEnvironmentVariable("DOTNET_CLI_VSTEST_TRACEFILE");
5 references to s_traceFilePath
dotnet-aot (5)
parent\dotnet\Commands\Test\VSTest\VSTestTrace.cs (5)
19Console.WriteLine($"[dotnet test - {DateTime.UtcNow}]Logging to {(!string.IsNullOrEmpty(s_traceFilePath) ? s_traceFilePath : "console")}"); 33if (!string.IsNullOrEmpty(s_traceFilePath)) 35lock (s_traceFilePath) 37using StreamWriter logFile = File.AppendText(s_traceFilePath);