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