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)
2188c => string.Join(", ", c.Types) 2196__builder5.AddContent(213, string.Join(", ", context.Types) 2624c => string.Join(", ", c.Types) 2632__builder5.AddContent(264, string.Join(", ", context.Types)
Model\ResourceDetailRelationshipViewModel.cs (1)
15Types.Any(t => t.Contains(filter, StringComparison.CurrentCultureIgnoreCase));