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