3 writes to Scale
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4664
Scale
= other.Scale;
4815
Scale
= input.ReadSInt32();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
623
dataPoint.
Scale
= json.Scale;
10 references to Scale
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
4432
if (
Scale
!= other.
Scale
) return false;
4453
if (
Scale
!= 0) hash ^=
Scale
.GetHashCode();
4557
if (
Scale
!= 0) {
4559
output.WriteSInt32(
Scale
);
4613
if (
Scale
!= 0) {
4614
size += 1 + pb::CodedOutputStream.ComputeSInt32Size(
Scale
);
4663
if (other.
Scale
!= 0) {
4664
Scale = other.
Scale
;