1 write to _commandLineOptions
vstest.console.arm64 (1)
parent\vstest.console\Processors\EnvironmentArgumentProcessor.cs (1)
80
_commandLineOptions
= commandLineOptions;
3 references to _commandLineOptions
vstest.console.arm64 (3)
parent\vstest.console\Processors\EnvironmentArgumentProcessor.cs (3)
95
TPDebug.Assert(
_commandLineOptions
!= null);
115
if (!
_commandLineOptions
.InIsolation)
117
_commandLineOptions
.InIsolation = true;