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