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