1 write to _commandLineOptions
vstest.console (1)
Processors\EnvironmentArgumentProcessor.cs (1)
72
_commandLineOptions
= commandLineOptions;
3 references to _commandLineOptions
vstest.console (3)
Processors\EnvironmentArgumentProcessor.cs (3)
87
TPDebug.Assert(
_commandLineOptions
!= null);
107
if (!
_commandLineOptions
.InIsolation)
109
_commandLineOptions
.InIsolation = true;