1 write to IsBaselineMatch
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateResult.cs (1)
46
IsBaselineMatch
= templateCommand.BaselineOption == null || !parseResult.HasErrorFor(templateCommand.BaselineOption, out _)
2 references to IsBaselineMatch
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.NoMatchHandling.cs (1)
201
new { Option = baselineOption, Condition = matchInfos.All(mi => !mi.
IsBaselineMatch
), AllowedValues = (IReadOnlyList<string?>)templateGroup.Baselines },
Commands\create\TemplateResult.cs (1)
24
internal bool IsTemplateMatch => IsLanguageMatch && IsTypeMatch &&
IsBaselineMatch
;