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)
81
if (!Logger.
TraceEnabled
)
Commands\Test\MTP\TestApplicationHandler.cs (7)
454
if (!Logger.
TraceEnabled
)
471
if (!Logger.
TraceEnabled
)
496
if (!Logger.
TraceEnabled
)
525
if (!Logger.
TraceEnabled
)
545
if (!Logger.
TraceEnabled
)
567
if (!Logger.
TraceEnabled
)
594
if (!Logger.
TraceEnabled
)