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