1 write to ListTestsTargetPath
vstest.console.arm64 (1)
parent\vstest.console\Processors\ListTestsTargetPathArgumentProcessor.cs (1)
90
_commandLineOptions.
ListTestsTargetPath
= argument;
2 references to ListTestsTargetPath
vstest.console.arm64 (2)
parent\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (2)
193
if (_commandLineOptions.
ListTestsTargetPath
.IsNullOrEmpty())
199
File.WriteAllLines(_commandLineOptions.
ListTestsTargetPath
, _discoveredTests);