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)
1261context.DisplayName 1295!string.IsNullOrEmpty(_filter) && !string.IsNullOrEmpty(context.DisplayName) 3858var highlighting = !string.IsNullOrEmpty(filter) && !string.IsNullOrEmpty(vm.DisplayName); 3861if (string.IsNullOrEmpty(vm.DisplayName)) 3938vm.DisplayName 3981__builder2.AddContent(413, vm.DisplayName
Model\ResourceUrlHelpers.cs (1)
103DisplayName?.Contains(filter, StringComparison.CurrentCultureIgnoreCase) == true;