1 write to TraceEnabled
dotnet (1)
Commands\Test\MTP\Logger.cs (1)
58
TraceEnabled
= !string.IsNullOrEmpty(_traceFilePath);
15 references to TraceEnabled
dotnet (15)
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)
92
if (!Logger.
TraceEnabled
)
Commands\Test\MTP\TestApplication.cs (1)
229
if (Logger.
TraceEnabled
)
Commands\Test\MTP\TestApplicationHandler.cs (9)
653
if (!Logger.
TraceEnabled
)
670
if (!Logger.
TraceEnabled
)
695
if (!Logger.
TraceEnabled
)
724
if (!Logger.
TraceEnabled
)
744
if (!Logger.
TraceEnabled
)
766
if (!Logger.
TraceEnabled
)
793
if (!Logger.
TraceEnabled
)
808
if (!Logger.
TraceEnabled
)
823
if (!Logger.
TraceEnabled
)