2 writes to TraceId
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
6081
TraceId
= other.TraceId;
6167
TraceId
= input.ReadBytes();
10 references to TraceId
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
5949
if (
TraceId
!= other.
TraceId
) return false;
5963
if (
TraceId
.Length != 0) hash ^=
TraceId
.GetHashCode();
6026
if (
TraceId
.Length != 0) {
6028
output.WriteBytes(
TraceId
);
6058
if (
TraceId
.Length != 0) {
6059
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
TraceId
);
6080
if (other.
TraceId
.Length != 0) {
6081
TraceId = other.
TraceId
;