3 writes to AsInt
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
5775AsInt = other.AsInt; 6088AsInt = other.AsInt; 6171AsInt = input.ReadSFixed64();
7 references to AsInt
Aspire.Dashboard (7)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (6)
5775AsInt = other.AsInt; 5947if (AsInt != other.AsInt) return false; 5961if (HasAsInt) hash ^= AsInt.GetHashCode(); 6032output.WriteSFixed64(AsInt); 6088AsInt = other.AsInt;
Otlp\Model\MetricValues\DimensionScope.cs (1)
127var exemplarValue = exemplar.HasAsDouble ? exemplar.AsDouble : exemplar.AsInt;