1 write to IsLanguageMatch
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateResult.cs (1)
44
IsLanguageMatch
= templateCommand.LanguageOption == null || !parseResult.HasErrorFor(templateCommand.LanguageOption, out _),
2 references to IsLanguageMatch
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
199
new { Option = languageOption, Condition = matchInfos.All(mi => !mi.
IsLanguageMatch
), AllowedValues = templateGroup.Languages },
Commands\create\TemplateResult.cs (1)
24
internal bool IsTemplateMatch =>
IsLanguageMatch
&& IsTypeMatch && IsBaselineMatch;