1 write to ArchitectureSpecified
vstest.console (1)
CommandLine\CommandLineOptions.cs (1)
182
ArchitectureSpecified
= true;
2 references to ArchitectureSpecified
vstest.console (2)
TestPlatformHelpers\TestRequestManager.cs (2)
1260
if (_commandLineOptions.
ArchitectureSpecified
)
1355
var platform = _commandLineOptions.
ArchitectureSpecified
;