8 references to ValueCase
Aspire.Dashboard (8)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (4)
2933switch (other.ValueCase) { 3132if (ValueCase != other.ValueCase) return false; 3270switch (other.ValueCase) {
Otlp\Model\MetricValues\DimensionScope.cs (2)
38if (d.ValueCase == NumberDataPoint.ValueOneofCase.AsInt) 59else if (d.ValueCase == NumberDataPoint.ValueOneofCase.AsDouble)
Otlp\Model\OtlpHelpers.cs (1)
74if (point.ValueCase == NumberDataPoint.ValueOneofCase.AsDouble && !double.IsFinite(point.AsDouble))
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
178var pointType = point.ValueCase switch