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