4 references to FromAmongCaseInsensitive
Microsoft.TemplateEngine.Cli (4)
ChoiceTemplateParameter.cs (1)
85option.FromAmongCaseInsensitive(Choices.Keys.ToArray(), allowedHiddenValue: string.Empty);
Commands\create\TemplateCommand.cs (3)
65LanguageOption.FromAmongCaseInsensitive(new[] { templateLanguage }); 90TypeOption.FromAmongCaseInsensitive(new[] { templateType }); 98BaselineOption.FromAmongCaseInsensitive(template.BaselineInfo.Select(b => b.Key).Where(b => !string.IsNullOrWhiteSpace(b)).ToArray());