2 references to GetAllowedTemplatesAsync
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.TabCompletion.cs (2)
145
Task<IEnumerable<CliTemplateInfo>> constraintEvaluationTask = templateGroup.
GetAllowedTemplatesAsync
(constraintManager, cancellationTokenSource.Token);
180
tasksToWait.Add((group, group.
GetAllowedTemplatesAsync
(constraintManager, cancellationTokenSource.Token)));