1 write to TraceEnabled
dotnet (1)
Commands\Test\MTP\Logger.cs (1)
58
TraceEnabled
= !string.IsNullOrEmpty(_traceFilePath);
11 references to TraceEnabled
dotnet (11)
Commands\Test\MTP\Logger.cs (4)
19
shouldAppend = Logger.
TraceEnabled
;
74
if (
TraceEnabled
)
82
if (
TraceEnabled
)
90
if (
TraceEnabled
)
Commands\Test\MTP\MSBuildHandler.cs (1)
81
if (!Logger.
TraceEnabled
)
Commands\Test\MTP\TestApplicationHandler.cs (6)
299
if (!Logger.
TraceEnabled
)
316
if (!Logger.
TraceEnabled
)
336
if (!Logger.
TraceEnabled
)
365
if (!Logger.
TraceEnabled
)
387
if (!Logger.
TraceEnabled
)
414
if (!Logger.
TraceEnabled
)