1 write to DisplayName
Aspire.Dashboard (1)
Model\ResourceUrlHelpers.cs (1)
52
DisplayName
= string.IsNullOrEmpty(url.DisplayProperties.DisplayName) ? null : url.DisplayProperties.DisplayName,
7 references to DisplayName
Aspire.Dashboard (7)
Components_Controls_ResourceDetails_razor.g.cs (6)
1084
context.
DisplayName
1118
!string.IsNullOrEmpty(_filter) && !string.IsNullOrEmpty(context.
DisplayName
)
3681
var highlighting = !string.IsNullOrEmpty(filter) && !string.IsNullOrEmpty(vm.
DisplayName
);
3684
if (string.IsNullOrEmpty(vm.
DisplayName
))
3761
vm.
DisplayName
3804
__builder2.AddContent(399, vm.
DisplayName
Model\ResourceUrlHelpers.cs (1)
103
DisplayName
?.Contains(filter, StringComparison.CurrentCultureIgnoreCase) == true;