2 writes to TraceId
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
2275TraceId = other.TraceId; 2346TraceId = input.ReadBytes();
10 references to TraceId
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
2160if (TraceId != other.TraceId) return false; 2172if (TraceId.Length != 0) hash ^= TraceId.GetHashCode(); 2222if (TraceId.Length != 0) { 2224output.WriteBytes(TraceId); 2249if (TraceId.Length != 0) { 2250size += 1 + pb::CodedOutputStream.ComputeBytesSize(TraceId); 2274if (other.TraceId.Length != 0) { 2275TraceId = other.TraceId;