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