1 write to TestAdapterPath
vstest.console.arm64 (1)
parent\vstest.console\Processors\TestAdapterPathArgumentProcessor.cs (1)
159
_commandLineOptions.
TestAdapterPath
= customAdaptersPath;
2 references to TestAdapterPath
vstest.console.arm64 (2)
parent\vstest.console\CommandLine\CommandLineOptions.cs (1)
168
public bool TestAdapterPathsSet => (
TestAdapterPath
?.Length ?? 0) != 0;
parent\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
208
var testAdapterPaths = _commandLineOptions.
TestAdapterPath
?? [];