2 writes to ParentSpanId
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
1449ParentSpanId = other.ParentSpanId; 1595ParentSpanId = input.ReadBytes();
10 references to ParentSpanId
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
1214if (ParentSpanId != other.ParentSpanId) return false; 1236if (ParentSpanId.Length != 0) hash ^= ParentSpanId.GetHashCode(); 1339if (ParentSpanId.Length != 0) { 1341output.WriteBytes(ParentSpanId); 1397if (ParentSpanId.Length != 0) { 1398size += 1 + pb::CodedOutputStream.ComputeBytesSize(ParentSpanId); 1448if (other.ParentSpanId.Length != 0) { 1449ParentSpanId = other.ParentSpanId;