2 writes to SpanId
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
2278
SpanId
= other.SpanId;
2350
SpanId
= input.ReadBytes();
10 references to SpanId
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
2161
if (
SpanId
!= other.
SpanId
) return false;
2173
if (
SpanId
.Length != 0) hash ^=
SpanId
.GetHashCode();
2226
if (
SpanId
.Length != 0) {
2228
output.WriteBytes(
SpanId
);
2252
if (
SpanId
.Length != 0) {
2253
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
SpanId
);
2277
if (other.
SpanId
.Length != 0) {
2278
SpanId = other.
SpanId
;