2 writes to CommandName
Aspire.Hosting (2)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
1380CommandName = other.CommandName; 1452CommandName = input.ReadString();
11 references to CommandName
Aspire.Hosting (11)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
1270if (CommandName != other.CommandName) return false; 1281if (CommandName.Length != 0) hash ^= CommandName.GetHashCode(); 1329if (CommandName.Length != 0) { 1331output.WriteString(CommandName); 1355if (CommandName.Length != 0) { 1356size += 1 + pb::CodedOutputStream.ComputeStringSize(CommandName); 1379if (other.CommandName.Length != 0) { 1380CommandName = other.CommandName;
Dashboard\DashboardService.cs (1)
165var (result, errorMessage) = await serviceData.ExecuteCommandAsync(request.ResourceName, request.CommandName, context.CancellationToken).ConfigureAwait(false);