2 writes to ConfirmationMessage
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
992
ConfirmationMessage
= other.ConfirmationMessage;
1101
ConfirmationMessage
= input.ReadString();
7 references to ConfirmationMessage
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (6)
813
if (
ConfirmationMessage
!= other.
ConfirmationMessage
) return false;
829
if (HasConfirmationMessage) hash ^=
ConfirmationMessage
.GetHashCode();
910
output.WriteString(
ConfirmationMessage
);
953
size += 1 + pb::CodedOutputStream.ComputeStringSize(
ConfirmationMessage
);
992
ConfirmationMessage = other.
ConfirmationMessage
;
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)))