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