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