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)
1066
context.
DisplayName
1100
!string.IsNullOrEmpty(_filter) && !string.IsNullOrEmpty(context.
DisplayName
)
3663
var highlighting = !string.IsNullOrEmpty(filter) && !string.IsNullOrEmpty(vm.
DisplayName
);
3666
if (string.IsNullOrEmpty(vm.
DisplayName
))
3743
vm.
DisplayName
3786
__builder2.AddContent(399, vm.
DisplayName
Model\ResourceUrlHelpers.cs (1)
103
DisplayName
?.Contains(filter, StringComparison.CurrentCultureIgnoreCase) == true;