1 write to value_
Aspire.Hosting (1)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (1)
5783
value_
= other.value_.Clone();
10 references to value_
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
5783
value_ = other.
value_
.Clone();
5801
get { return
value_
; }
5819
if(!
value_
.Equals(other.
value_
)) return false;
5827
hash ^=
value_
.GetHashCode();
5857
value_
.WriteTo(ref output, _repeated_value_codec);
5868
size +=
value_
.CalculateSize(_repeated_value_codec);
5881
value_
.Add(other.
value_
);
5925
value_
.AddEntriesFrom(ref input, _repeated_value_codec);