2 writes to TraceId
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1440
TraceId
= other.TraceId;
1583
TraceId
= input.ReadBytes();
10 references to TraceId
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1211
if (
TraceId
!= other.
TraceId
) return false;
1233
if (
TraceId
.Length != 0) hash ^=
TraceId
.GetHashCode();
1327
if (
TraceId
.Length != 0) {
1329
output.WriteBytes(
TraceId
);
1388
if (
TraceId
.Length != 0) {
1389
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
TraceId
);
1439
if (other.
TraceId
.Length != 0) {
1440
TraceId = other.
TraceId
;