6 references to Unset
Aspire.Dashboard (6)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (5)
2444private global::OpenTelemetry.Proto.Trace.V1.Status.Types.StatusCode code_ = global::OpenTelemetry.Proto.Trace.V1.Status.Types.StatusCode.Unset; 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) { 2540if (Code != global::OpenTelemetry.Proto.Trace.V1.Status.Types.StatusCode.Unset) { 2558if (other.Code != global::OpenTelemetry.Proto.Trace.V1.Status.Types.StatusCode.Unset) {
Otlp\Storage\TelemetryRepository.cs (1)
888Status.Types.StatusCode.Unset => OtlpSpanStatusCode.Unset,