15 references to 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);