2 writes to Name
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
986
Name
= other.Name;
1093
Name
= input.ReadString();
11 references to Name
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
811
if (
Name
!= other.
Name
) return false;
827
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
900
if (
Name
.Length != 0) {
902
output.WriteString(
Name
);
946
if (
Name
.Length != 0) {
947
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
985
if (other.
Name
.Length != 0) {
986
Name = other.
Name
;
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)))