15 instantiations of SearchCommandArgs
Microsoft.TemplateEngine.Cli (1)
Commands\search\BaseSearchCommand.cs (1)
67return new SearchCommandArgs(this, parseResult);
Microsoft.TemplateEngine.Cli.UnitTests (14)
ParserTests\SearchTests.cs (4)
66SearchCommandArgs args = new((BaseSearchCommand)parseResult.CommandResult.Command, parseResult); 100SearchCommandArgs args = new((BaseSearchCommand)parseResult.CommandResult.Command, parseResult); 196SearchCommandArgs args = new((BaseSearchCommand)parseResult.CommandResult.Command, parseResult); 216SearchCommandArgs args = new((BaseSearchCommand)parseResult.CommandResult.Command, parseResult);
TemplateSearchCoordinatorTests.cs (10)
78SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 125SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 169SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 208SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 252SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 294SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 337SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 384SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 426SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 463SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult);
25 references to SearchCommandArgs
Microsoft.TemplateEngine.Cli (11)
Commands\search\BaseSearchCommand.cs (3)
11internal class BaseSearchCommand : BaseCommand<SearchCommandArgs>, IFilterableCommand, ITabularOutputCommand 51SearchCommandArgs args, 65protected override SearchCommandArgs ParseContext(ParseResult parseResult)
Commands\search\LegacySearchCommand.cs (1)
31protected override Task<NewCommandStatus> ExecuteAsync(SearchCommandArgs args, IEngineEnvironmentSettings environmentSettings, TemplatePackageManager templatePackageManager, ParseResult parseResult, CancellationToken cancellationToken)
Commands\search\SearchCommand.cs (1)
21SearchCommandArgs args,
TemplateSearch\CliSearchFiltersFactory.cs (2)
49internal static Func<TemplatePackageSearchData, IReadOnlyList<ITemplateInfo>> GetMatchingTemplatesFilter(SearchCommandArgs commandArgs) 83internal Func<TemplatePackageSearchData, bool> GetPackFilter(SearchCommandArgs commandArgs)
TemplateSearch\CliTemplateSearchCoordinator.cs (4)
36SearchCommandArgs commandArgs, 176SearchCommandArgs commandArgs, 249private static bool ValidateCommandInput(SearchCommandArgs commandArgs) 289private static string GetInputParametersString(SearchCommandArgs commandArgs/*, IReadOnlyDictionary<string, string?>? templateParameters = null*/)
Microsoft.TemplateEngine.Cli.UnitTests (14)
ParserTests\SearchTests.cs (4)
66SearchCommandArgs args = new((BaseSearchCommand)parseResult.CommandResult.Command, parseResult); 100SearchCommandArgs args = new((BaseSearchCommand)parseResult.CommandResult.Command, parseResult); 196SearchCommandArgs args = new((BaseSearchCommand)parseResult.CommandResult.Command, parseResult); 216SearchCommandArgs args = new((BaseSearchCommand)parseResult.CommandResult.Command, parseResult);
TemplateSearchCoordinatorTests.cs (10)
78SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 125SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 169SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 208SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 252SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 294SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 337SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 384SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 426SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult); 463SearchCommandArgs args = new((SearchCommand)parseResult.CommandResult.Command, parseResult);