4 references to NextToSource
Microsoft.VisualStudio.TestPlatform.Client (1)
TestPlatform.cs (1)
238
if (strategy != TestAdapterLoadingStrategy.Default && !strategy.HasFlag(TestAdapterLoadingStrategy.
NextToSource
))
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestAdapterLoadingStrategy.cs (1)
43
/// Directory wide searches will be recursive, this is required to be used with <see cref="
NextToSource
" /> or <see cref="Explicit" />.
vstest.console (1)
Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
125
throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestAdapterLoadingStrategyValueInvalidRecursive, $"{nameof(TestAdapterLoadingStrategy.Explicit)}, {nameof(TestAdapterLoadingStrategy.
NextToSource
)}"));
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
125
throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestAdapterLoadingStrategyValueInvalidRecursive, $"{nameof(TestAdapterLoadingStrategy.Explicit)}, {nameof(TestAdapterLoadingStrategy.
NextToSource
)}"));