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