1 write to Types
Aspire.Dashboard (1)
Model\ResourceDetailRelationshipViewModel.cs (1)
24Types = matches.Select(r => r.Type).Distinct().OrderBy(r => r).ToList()
5 references to Types
Aspire.Dashboard (5)
Components_Controls_ResourceDetails_razor.g.cs (4)
2383c => string.Join(", ", c.Types) 2391__builder5.AddContent(227, string.Join(", ", context.Types) 2819c => string.Join(", ", c.Types) 2827__builder5.AddContent(278, string.Join(", ", context.Types)
Model\ResourceDetailRelationshipViewModel.cs (1)
15Types.Any(t => t.Contains(filter, StringComparison.CurrentCultureIgnoreCase));