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