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. 166internal IEnumerable<ITemplateInfo> TemplatesWithMatchingParameters => TemplateMatchInfosWithMatchingParameters.Select(template => template.Info); 307if (!TemplateMatchInfosWithMatchingParameters.Any()) 312IEnumerable<ITemplateMatchInfo> templatesToCheck = FilterTemplatesByPreferredLanguage(TemplateMatchInfosWithMatchingParameters);
TemplateResolution\TemplateResolutionResult.cs (1)
329if (!_unambiguousTemplateGroup!.TemplateMatchInfosWithMatchingParameters.Any())