3 writes to Parameter
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
996
Parameter
= new global::Google.Protobuf.WellKnownTypes.Value();
1106
Parameter
= new global::Google.Protobuf.WellKnownTypes.Value();
Dashboard\proto\Partials.cs (1)
89
resource.Commands.Add(new ResourceCommand { Name = command.Name, DisplayName = command.DisplayName, DisplayDescription = command.DisplayDescription ?? string.Empty,
Parameter
= ResourceSnapshot.ConvertToValue(command.Parameter), ConfirmationMessage = command.ConfirmationMessage ?? string.Empty, IconName = command.IconName ?? string.Empty, IconVariant = MapIconVariant(command.IconVariant), IsHighlighted = command.IsHighlighted, State = MapCommandState(command.State) });
8 references to Parameter
Aspire.Hosting (8)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (8)
814
if (!object.Equals(
Parameter
, other.
Parameter
)) return false;
830
if (parameter_ != null) hash ^=
Parameter
.GetHashCode();
914
output.WriteMessage(
Parameter
);
956
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Parameter
);
998
Parameter
.MergeFrom(other.
Parameter
);
1108
input.ReadMessage(
Parameter
);