2 writes to DisplayName
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
989
DisplayName
= other.DisplayName;
1097
DisplayName
= input.ReadString();
11 references to DisplayName
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
812
if (
DisplayName
!= other.
DisplayName
) return false;
828
if (
DisplayName
.Length != 0) hash ^=
DisplayName
.GetHashCode();
904
if (
DisplayName
.Length != 0) {
906
output.WriteString(
DisplayName
);
949
if (
DisplayName
.Length != 0) {
950
size += 1 + pb::CodedOutputStream.ComputeStringSize(
DisplayName
);
988
if (other.
DisplayName
.Length != 0) {
989
DisplayName = other.
DisplayName
;
ResourceService\Partials.cs (1)
109
.Select(c => new CommandViewModel(c.Name, MapState(c.State), c.
DisplayName
, c.DisplayDescription, c.ConfirmationMessage, c.Parameter, c.IsHighlighted, c.IconName, MapIconVariant(c.IconVariant)))