2 writes to SpanId
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
6078SpanId = other.SpanId; 6163SpanId = input.ReadBytes();
10 references to SpanId
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
5948if (SpanId != other.SpanId) return false; 5962if (SpanId.Length != 0) hash ^= SpanId.GetHashCode(); 6022if (SpanId.Length != 0) { 6024output.WriteBytes(SpanId); 6055if (SpanId.Length != 0) { 6056size += 1 + pb::CodedOutputStream.ComputeBytesSize(SpanId); 6077if (other.SpanId.Length != 0) { 6078SpanId = other.SpanId;