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