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