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