1 write to Name
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
273
Name
= name;
4 references to Name
Aspire.Dashboard (4)
Model\ResourceViewModel.cs (4)
264
string IPropertyGridItem.Name => KnownProperty?.DisplayName ??
Name
;
281
_key = KnownProperty != null ? KnownProperty.Key : $"unknown-{
Name
}";
293
if (
Name
== KnownProperties.Container.Id)
315
Name
.Contains(filter, StringComparison.CurrentCultureIgnoreCase) ||