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