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