1 write to commands_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (1)
1763commands_ = other.commands_.Clone();
10 references to commands_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
1763commands_ = other.commands_.Clone(); 1836get { return commands_; } 1856if(!commands_.Equals(other.commands_)) return false; 1866hash ^= commands_.GetHashCode(); 1912commands_.WriteTo(ref output, _repeated_commands_codec); 1929size += commands_.CalculateSize(_repeated_commands_codec); 1948commands_.Add(other.commands_); 2008commands_.AddEntriesFrom(ref input, _repeated_commands_codec);