12 references to new
Microsoft.TemplateEngine.Cli (1)
Commands\update\BaseUpdateCommand.cs (1)
42
protected override UpdateCommandArgs ParseContext(ParseResult parseResult) =>
new
(this, parseResult);
Microsoft.TemplateEngine.Cli.UnitTests (11)
ParserTests\UpdateTests.cs (11)
21
UpdateCommandArgs args =
new
((UpdateCommand)parseResult.CommandResult.Command, parseResult);
51
UpdateCommandArgs args =
new
((UpdateCommand)parseResult.CommandResult.Command, parseResult);
66
UpdateCommandArgs args =
new
((UpdateCommand)parseResult.CommandResult.Command, parseResult);
71
args = new
UpdateCommandArgs
((UpdateCommand)parseResult.CommandResult.Command, parseResult);
85
UpdateCommandArgs args =
new
((UpdateCommand)parseResult.CommandResult.Command, parseResult);
90
args = new
UpdateCommandArgs
((UpdateCommand)parseResult.CommandResult.Command, parseResult);
102
UpdateCommandArgs args =
new
((LegacyUpdateCheckCommand)parseResult.CommandResult.Command, parseResult);
107
args = new
UpdateCommandArgs
((LegacyUpdateApplyCommand)parseResult.CommandResult.Command, parseResult);
122
UpdateCommandArgs args =
new
((BaseUpdateCommand)parseResult.CommandResult.Command, parseResult);
138
UpdateCommandArgs args =
new
((BaseUpdateCommand)parseResult.CommandResult.Command, parseResult);
152
UpdateCommandArgs args =
new
((BaseUpdateCommand)parseResult.CommandResult.Command, parseResult);