2 writes to TraceId
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
6081TraceId = other.TraceId; 6167TraceId = input.ReadBytes();
10 references to TraceId
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
5949if (TraceId != other.TraceId) return false; 5963if (TraceId.Length != 0) hash ^= TraceId.GetHashCode(); 6026if (TraceId.Length != 0) { 6028output.WriteBytes(TraceId); 6058if (TraceId.Length != 0) { 6059size += 1 + pb::CodedOutputStream.ComputeBytesSize(TraceId); 6080if (other.TraceId.Length != 0) { 6081TraceId = other.TraceId;