1 write to commands_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (1)
4243commands_ = other.commands_.Clone();
10 references to commands_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
4243commands_ = other.commands_.Clone(); 4367get { return commands_; } 4543if(!commands_.Equals(other.commands_)) return false; 4567hash ^= commands_.GetHashCode(); 4677commands_.WriteTo(ref output, _repeated_commands_codec); 4728size += commands_.CalculateSize(_repeated_commands_codec); 4780commands_.Add(other.commands_); 4951commands_.AddEntriesFrom(ref input, _repeated_commands_codec);