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)
237
if (Logger.
TraceEnabled
)
Commands\Test\MTP\TestApplicationHandler.cs (9)
655
if (!Logger.
TraceEnabled
)
672
if (!Logger.
TraceEnabled
)
697
if (!Logger.
TraceEnabled
)
726
if (!Logger.
TraceEnabled
)
746
if (!Logger.
TraceEnabled
)
769
if (!Logger.
TraceEnabled
)
796
if (!Logger.
TraceEnabled
)
811
if (!Logger.
TraceEnabled
)
826
if (!Logger.
TraceEnabled
)