6 references to ValueCase
Aspire.Dashboard (6)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (4)
2845switch (other.ValueCase) { 3043if (ValueCase != other.ValueCase) return false; 3181switch (other.ValueCase) {
Otlp\Model\MetricValues\DimensionScope.cs (2)
39if (d.ValueCase == NumberDataPoint.ValueOneofCase.AsInt) 60else if (d.ValueCase == NumberDataPoint.ValueOneofCase.AsDouble)