1 instantiation of TemplateCommandArgs
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommand.cs (1)
165TemplateCommandArgs args = new(this, _instantiateCommand, parseResult);
6 references to TemplateCommandArgs
Microsoft.TemplateEngine.Cli (6)
Commands\create\TemplateCommand.cs (2)
165TemplateCommandArgs args = new(this, _instantiateCommand, parseResult); 236private void DisplayConstraintResults(IReadOnlyList<TemplateConstraintResult> constraintResults, TemplateCommandArgs templateArgs)
TemplateInvoker.cs (3)
40internal async Task<NewCommandStatus> InvokeTemplateAsync(TemplateCommandArgs templateArgs, CancellationToken cancellationToken) 130private async Task<NewCommandStatus> CreateTemplateAsync(TemplateCommandArgs templateArgs, CancellationToken cancellationToken) 311private NewCommandStatus HandlePostActions(ITemplateCreationResult creationResult, TemplateCommandArgs args)
TemplatePackageCoordinator.cs (1)
53internal async Task<CheckUpdateResult?> CheckUpdateForTemplate(TemplateCommandArgs args, CancellationToken cancellationToken = default)