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)
115if (!_commandLineOptions.InIsolation)
parent\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
193if (_commandLineOptions.InIsolation)
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1367var inIsolation = _commandLineOptions.InIsolation;