3 references to TemplateGroupInfo
Microsoft.AspNetCore.Components (3)
Routing\RouteTableFactory.cs (3)
129var result = ComputeTemplateGroupInfo(templates); 146private static TemplateGroupInfo ComputeTemplateGroupInfo(string[] templates) 148var result = new TemplateGroupInfo(templates);