2 instantiations of TemplateGroupTableRow
Microsoft.TemplateEngine.Cli (2)
TabularOutput\TemplateGroupDisplay.cs (2)
149TemplateGroupTableRow groupDisplayInfo = new() 210TemplateGroupTableRow groupDisplayInfo = new()
14 references to TemplateGroupTableRow
Microsoft.TemplateEngine.Cli (14)
TabularOutput\TemplateGroupDisplay.cs (10)
33IReadOnlyCollection<TemplateGroupTableRow> groupsForDisplay = GetTemplateGroupsForListDisplay( 60IReadOnlyCollection<TemplateGroupTableRow> groupsForDisplay = GetTemplateGroupsForListDisplay( 136internal static IReadOnlyList<TemplateGroupTableRow> GetTemplateGroupsForListDisplay( 142List<TemplateGroupTableRow> templateGroupsForDisplay = new(); 149TemplateGroupTableRow groupDisplayInfo = new() 200private static IReadOnlyList<TemplateGroupTableRow> GetTemplateGroupsForListDisplay( 206List<TemplateGroupTableRow> templateGroupsForDisplay = new(); 210TemplateGroupTableRow groupDisplayInfo = new() 225IReadOnlyCollection<TemplateGroupTableRow> groupsForDisplay, 229TabularOutput<TemplateGroupTableRow> formatter =
TemplatePackageCoordinator.cs (2)
567internal void DisplayPackageTemplateList(IReadOnlyList<TemplateGroupTableRow> templatesToDisplay, IReporter reporter) 571TabularOutput<TemplateGroupTableRow> formatter =
TemplateSearch\CliTemplateSearchCoordinator.cs (2)
325internal SearchResultTableRow(TemplateGroupTableRow templateGroupTableRow, string packageName, string packageOwners, bool reserved, long downloads = 0) 361internal TemplateGroupTableRow TemplateGroupInfo { get; private set; }