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