5 references to Languages
Microsoft.TemplateEngine.Cli (5)
Commands\create\InstantiateCommand.cs (1)
152
.DefineColumn(t => string.Join(",", t.
Languages
), LocalizableStrings.ColumnNameLanguage, showAlways: true)
Commands\create\InstantiateCommand.Help.cs (2)
190
if (templateGroup.
Languages
.Count <= 1)
198
foreach (string? language in templateGroup.
Languages
)
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
199
new { Option = languageOption, Condition = matchInfos.All(mi => !mi.IsLanguageMatch), AllowedValues = templateGroup.
Languages
},
TemplateResolution\CliFilters.cs (1)
102
IEnumerable<string?> templateLanguages = templateGroup.
Languages
;