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