2 references to IsGroupAndTemplateInfoAndParametersMatch
Microsoft.TemplateEngine.Cli (2)
TemplateResolution\TemplateResolutionResult.cs (1)
163return _matchInformation.Where(groupMatchInfo => groupMatchInfo.IsGroupAndTemplateInfoAndParametersMatch).Select(groupMatchInfo => groupMatchInfo.GroupInfo);
TemplateSearch\CliSearchFiltersFactory.cs (1)
77.Where(group => group.IsGroupAndTemplateInfoAndParametersMatch)