2 writes to ParentSpanId
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1449
ParentSpanId
= other.ParentSpanId;
1595
ParentSpanId
= input.ReadBytes();
10 references to ParentSpanId
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1214
if (
ParentSpanId
!= other.
ParentSpanId
) return false;
1236
if (
ParentSpanId
.Length != 0) hash ^=
ParentSpanId
.GetHashCode();
1339
if (
ParentSpanId
.Length != 0) {
1341
output.WriteBytes(
ParentSpanId
);
1397
if (
ParentSpanId
.Length != 0) {
1398
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
ParentSpanId
);
1448
if (other.
ParentSpanId
.Length != 0) {
1449
ParentSpanId = other.
ParentSpanId
;