3 writes to CommandName
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
1380
CommandName
= other.CommandName;
1452
CommandName
= input.ReadString();
ResourceService\DashboardClient.cs (1)
549
CommandName
= command.Name,
10 references to CommandName
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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
;