6 writes to TraceId
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
2275
TraceId
= other.TraceId;
2346
TraceId
= input.ReadBytes();
Aspire.Dashboard.Tests (4)
TelemetryRepositoryTests\TraceTests.cs (4)
616
TraceId
= ByteString.CopyFrom(Encoding.UTF8.GetBytes("1")),
625
TraceId
= ByteString.CopyFrom(Encoding.UTF8.GetBytes("2")),
966
TraceId
= ByteString.CopyFrom(Encoding.UTF8.GetBytes(traceId)),
975
TraceId
= ByteString.CopyFrom(Encoding.UTF8.GetBytes(traceId)),
11 references to TraceId
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
2160
if (
TraceId
!= other.
TraceId
) return false;
2172
if (
TraceId
.Length != 0) hash ^=
TraceId
.GetHashCode();
2222
if (
TraceId
.Length != 0) {
2224
output.WriteBytes(
TraceId
);
2249
if (
TraceId
.Length != 0) {
2250
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
TraceId
);
2274
if (other.
TraceId
.Length != 0) {
2275
TraceId = other.
TraceId
;
Otlp\Storage\TelemetryRepository.cs (1)
1182
TraceId = e.
TraceId
.ToHexString(),