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