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