2 writes to Code
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
2559
Code
= other.Code;
2612
Code
= (global::OpenTelemetry.Proto.Trace.V1.Status.Types.StatusCode) input.ReadEnum();
11 references to Code
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
2473
if (
Code
!= other.
Code
) return false;
2482
if (
Code
!= global::OpenTelemetry.Proto.Trace.V1.Status.Types.StatusCode.Unset) hash ^=
Code
.GetHashCode();
2523
if (
Code
!= global::OpenTelemetry.Proto.Trace.V1.Status.Types.StatusCode.Unset) {
2525
output.WriteEnum((int)
Code
);
2540
if (
Code
!= global::OpenTelemetry.Proto.Trace.V1.Status.Types.StatusCode.Unset) {
2541
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int)
Code
);
2558
if (other.
Code
!= global::OpenTelemetry.Proto.Trace.V1.Status.Types.StatusCode.Unset) {
2559
Code = other.
Code
;
Otlp\Storage\TelemetryRepository.cs (1)
884
return status?.
Code
switch