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