1 write to Types
Aspire.Dashboard (1)
Model\ResourceDetailRelationshipViewModel.cs (1)
24Types = matches.Select(r => r.Type).Distinct().OrderBy(r => r).ToList()
1 reference to Types
Aspire.Dashboard (1)
Model\ResourceDetailRelationshipViewModel.cs (1)
15Types.Any(t => t.Contains(filter, StringComparison.CurrentCultureIgnoreCase));