2 writes to SpanId
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1443
SpanId
= other.SpanId;
1587
SpanId
= input.ReadBytes();
10 references to SpanId
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1212
if (
SpanId
!= other.
SpanId
) return false;
1234
if (
SpanId
.Length != 0) hash ^=
SpanId
.GetHashCode();
1331
if (
SpanId
.Length != 0) {
1333
output.WriteBytes(
SpanId
);
1391
if (
SpanId
.Length != 0) {
1392
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
SpanId
);
1442
if (other.
SpanId
.Length != 0) {
1443
SpanId = other.
SpanId
;