7 references to DataCase
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (4)
1136
switch (other.
DataCase
) {
1316
if (
DataCase
!= other.
DataCase
) return false;
1480
switch (other.
DataCase
) {
Otlp\Model\OtlpApplication.cs (3)
72
Type = MapMetricType(metric.
DataCase
),
100
return metric.
DataCase
switch
113
switch (metric.
DataCase
)