3 references to Recursive
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
336
: strategy.HasFlag(TestAdapterLoadingStrategy.
Recursive
) ? SearchOption.AllDirectories : SearchOption.TopDirectoryOnly;
vstest.console (1)
Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
123
if (strategy == TestAdapterLoadingStrategy.
Recursive
)
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
123
if (strategy == TestAdapterLoadingStrategy.
Recursive
)