2 instantiations of TemplateGroupTableRow
Microsoft.TemplateEngine.Cli (2)
TabularOutput\TemplateGroupDisplay.cs (2)
148TemplateGroupTableRow groupDisplayInfo = new() 209TemplateGroupTableRow groupDisplayInfo = new()
14 references to TemplateGroupTableRow
Microsoft.TemplateEngine.Cli (14)
TabularOutput\TemplateGroupDisplay.cs (10)
32IReadOnlyCollection<TemplateGroupTableRow> groupsForDisplay = GetTemplateGroupsForListDisplay( 59IReadOnlyCollection<TemplateGroupTableRow> groupsForDisplay = GetTemplateGroupsForListDisplay( 135internal static IReadOnlyList<TemplateGroupTableRow> GetTemplateGroupsForListDisplay( 141List<TemplateGroupTableRow> templateGroupsForDisplay = new(); 148TemplateGroupTableRow groupDisplayInfo = new() 199private static IReadOnlyList<TemplateGroupTableRow> GetTemplateGroupsForListDisplay( 205List<TemplateGroupTableRow> templateGroupsForDisplay = new(); 209TemplateGroupTableRow groupDisplayInfo = new() 224IReadOnlyCollection<TemplateGroupTableRow> groupsForDisplay, 228TabularOutput<TemplateGroupTableRow> formatter =
TemplatePackageCoordinator.cs (2)
570internal void DisplayPackageTemplateList(IReadOnlyList<TemplateGroupTableRow> templatesToDisplay, IReporter reporter) 574TabularOutput<TemplateGroupTableRow> formatter =
TemplateSearch\CliTemplateSearchCoordinator.cs (2)
324internal SearchResultTableRow(TemplateGroupTableRow templateGroupTableRow, string packageName, string packageOwners, bool reserved, long downloads = 0) 360internal TemplateGroupTableRow TemplateGroupInfo { get; private set; }