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