2 writes to State
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
1013State = other.State; 1128State = (global::Aspire.ResourceService.Proto.V1.ResourceCommandState) input.ReadEnum();
11 references to State
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
819if (State != other.State) return false; 835if (State != global::Aspire.ResourceService.Proto.V1.ResourceCommandState.Enabled) hash ^= State.GetHashCode(); 932if (State != global::Aspire.ResourceService.Proto.V1.ResourceCommandState.Enabled) { 934output.WriteEnum((int) State); 970if (State != global::Aspire.ResourceService.Proto.V1.ResourceCommandState.Enabled) { 971size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) State); 1012if (other.State != global::Aspire.ResourceService.Proto.V1.ResourceCommandState.Enabled) { 1013State = other.State;
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)))