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)
153
if (!Logger.
TraceEnabled
)
Commands\Test\MTP\TestApplicationHandler.cs (6)
291
if (!Logger.
TraceEnabled
)
308
if (!Logger.
TraceEnabled
)
328
if (!Logger.
TraceEnabled
)
357
if (!Logger.
TraceEnabled
)
379
if (!Logger.
TraceEnabled
)
406
if (!Logger.
TraceEnabled
)