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