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