2 references to TemplateMatchInfosWithMatchingInfo
Microsoft.TemplateEngine.Cli (2)
TemplateResolution\TemplateGroupMatchInfo.cs (2)
158/// Same as <see cref="TemplateMatchInfosWithMatchingInfo"/>, but returns <see cref="ITemplateInfo"/> without match information. 160internal IEnumerable<ITemplateInfo> TemplatesWithMatchingInfo => TemplateMatchInfosWithMatchingInfo.Select(template => template.Info);