Implemented interface member:
2 references to Constraints
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.TabCompletion.cs (2)
141
if (templateGroup.Templates.SelectMany(t => t.
Constraints
).Any())
178
if (group.Templates.All(t => t.
Constraints
.Any()))