1 write to TraceEnabled
dotnet (1)
Commands\Test\MTP\Logger.cs (1)
58
TraceEnabled
= !string.IsNullOrEmpty(_traceFilePath);
12 references to TraceEnabled
dotnet (12)
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)
84
if (!Logger.
TraceEnabled
)
Commands\Test\MTP\TestApplicationHandler.cs (7)
503
if (!Logger.
TraceEnabled
)
520
if (!Logger.
TraceEnabled
)
545
if (!Logger.
TraceEnabled
)
574
if (!Logger.
TraceEnabled
)
594
if (!Logger.
TraceEnabled
)
616
if (!Logger.
TraceEnabled
)
643
if (!Logger.
TraceEnabled
)