6 writes to SpanId
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
2278
SpanId
= other.SpanId;
2350
SpanId
= input.ReadBytes();
Aspire.Dashboard.Tests (4)
TelemetryRepositoryTests\TraceTests.cs (4)
617
SpanId
= ByteString.CopyFrom(Encoding.UTF8.GetBytes("1-1")),
626
SpanId
= ByteString.CopyFrom(Encoding.UTF8.GetBytes("2-1")),
967
SpanId
= ByteString.CopyFrom(Encoding.UTF8.GetBytes($"{traceId}-2")),
976
SpanId
= ByteString.CopyFrom(Encoding.UTF8.GetBytes($"{traceId}-1")),
11 references to SpanId
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
2161
if (
SpanId
!= other.
SpanId
) return false;
2173
if (
SpanId
.Length != 0) hash ^=
SpanId
.GetHashCode();
2226
if (
SpanId
.Length != 0) {
2228
output.WriteBytes(
SpanId
);
2252
if (
SpanId
.Length != 0) {
2253
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
SpanId
);
2277
if (other.
SpanId
.Length != 0) {
2278
SpanId = other.
SpanId
;
Otlp\Storage\TelemetryRepository.cs (1)
1181
SpanId = e.
SpanId
.ToHexString(),