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