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)
168public bool TestAdapterPathsSet => (TestAdapterPath?.Length ?? 0) != 0;
parent\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
208var testAdapterPaths = _commandLineOptions.TestAdapterPath ?? [];