4 writes to InIsolation
vstest.console.arm64 (4)
parent\vstest.console\Processors\EnvironmentArgumentProcessor.cs (1)
117
_commandLineOptions.
InIsolation
= true;
parent\vstest.console\Processors\InIsolationArgumentProcessor.cs (1)
103
_commandLineOptions.
InIsolation
= true;
parent\vstest.console\Processors\RunSettingsArgumentProcessor.cs (1)
129
_commandLineOptions.
InIsolation
= true;
parent\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
202
_commandLineOptions.
InIsolation
= true;
3 references to InIsolation
vstest.console.arm64 (3)
parent\vstest.console\Processors\EnvironmentArgumentProcessor.cs (1)
115
if (!_commandLineOptions.
InIsolation
)
parent\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
193
if (_commandLineOptions.
InIsolation
)
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1367
var inIsolation = _commandLineOptions.
InIsolation
;