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