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