1 write to DisplayName
Aspire.Dashboard (1)
Model\ResourceUrlHelpers.cs (1)
52DisplayName = string.IsNullOrEmpty(url.DisplayProperties.DisplayName) ? null : url.DisplayProperties.DisplayName,
7 references to DisplayName
Aspire.Dashboard (7)
Components_Controls_ResourceDetails_razor.g.cs (6)
1066context.DisplayName 1100!string.IsNullOrEmpty(_filter) && !string.IsNullOrEmpty(context.DisplayName) 3663var highlighting = !string.IsNullOrEmpty(filter) && !string.IsNullOrEmpty(vm.DisplayName); 3666if (string.IsNullOrEmpty(vm.DisplayName)) 3743vm.DisplayName 3786__builder2.AddContent(399, vm.DisplayName
Model\ResourceUrlHelpers.cs (1)
103DisplayName?.Contains(filter, StringComparison.CurrentCultureIgnoreCase) == true;