5 references to TemplateMatchInfosWithMatchingParameters
Microsoft.TemplateEngine.Cli (5)
TemplateResolution\TemplateGroupMatchInfo.cs (4)
164
/// Same as <see cref="
TemplateMatchInfosWithMatchingParameters
"/>, but returns <see cref="ITemplateInfo"/> without match information.
166
internal IEnumerable<ITemplateInfo> TemplatesWithMatchingParameters =>
TemplateMatchInfosWithMatchingParameters
.Select(template => template.Info);
307
if (!
TemplateMatchInfosWithMatchingParameters
.Any())
312
IEnumerable<ITemplateMatchInfo> templatesToCheck = FilterTemplatesByPreferredLanguage(
TemplateMatchInfosWithMatchingParameters
);
TemplateResolution\TemplateResolutionResult.cs (1)
329
if (!_unambiguousTemplateGroup!.
TemplateMatchInfosWithMatchingParameters
.Any())