1 write to TraceEnabled
dotnet (1)
Commands\Test\MTP\Logger.cs (1)
58
TraceEnabled
= !string.IsNullOrEmpty(_traceFilePath);
14 references to TraceEnabled
dotnet (14)
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)
85
if (!Logger.
TraceEnabled
)
Commands\Test\MTP\TestApplicationHandler.cs (9)
557
if (!Logger.
TraceEnabled
)
574
if (!Logger.
TraceEnabled
)
599
if (!Logger.
TraceEnabled
)
628
if (!Logger.
TraceEnabled
)
648
if (!Logger.
TraceEnabled
)
670
if (!Logger.
TraceEnabled
)
697
if (!Logger.
TraceEnabled
)
712
if (!Logger.
TraceEnabled
)
727
if (!Logger.
TraceEnabled
)