1 write to links_
Aspire.Dashboard (1)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (1)
910
links_
= other.links_.Clone();
10 references to links_
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
910
links_ = other.
links_
.Clone();
1161
get { return
links_
; }
1223
if(!
links_
.Equals(other.
links_
)) return false;
1245
hash ^=
links_
.GetHashCode();
1369
links_
.WriteTo(ref output, _repeated_links_codec);
1420
size +=
links_
.CalculateSize(_repeated_links_codec);
1471
links_
.Add(other.
links_
);
1631
links_
.AddEntriesFrom(ref input, _repeated_links_codec);