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