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