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)
190if (templateGroup.Languages.Count <= 1) 198foreach (string? language in templateGroup.Languages)
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
199new { Option = languageOption, Condition = matchInfos.All(mi => !mi.IsLanguageMatch), AllowedValues = templateGroup.Languages },
TemplateResolution\CliFilters.cs (1)
102IEnumerable<string?> templateLanguages = templateGroup.Languages;