3 writes to Parameter
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
996Parameter = new global::Google.Protobuf.WellKnownTypes.Value(); 1106Parameter = new global::Google.Protobuf.WellKnownTypes.Value();
Dashboard\proto\Partials.cs (1)
89resource.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)
814if (!object.Equals(Parameter, other.Parameter)) return false; 830if (parameter_ != null) hash ^= Parameter.GetHashCode(); 914output.WriteMessage(Parameter); 956size += 1 + pb::CodedOutputStream.ComputeMessageSize(Parameter); 998Parameter.MergeFrom(other.Parameter); 1108input.ReadMessage(Parameter);