1 write to TraceEnabled
dotnet (1)
Commands\Test\VSTest\VSTestTrace.cs (1)
15
TraceEnabled
= int.TryParse(Environment.GetEnvironmentVariable("DOTNET_CLI_VSTEST_TRACE"), out int enabled) && enabled == 1;
4 references to TraceEnabled
dotnet (4)
Commands\Test\VSTest\TestCommand.cs (1)
33
if (VSTestTrace.
TraceEnabled
)
Commands\Test\VSTest\VSTestFeatureFlag.cs (1)
26
if (VSTestTrace.
TraceEnabled
)
Commands\Test\VSTest\VSTestTrace.cs (2)
17
if (
TraceEnabled
)
25
if (!
TraceEnabled
)