4 writes to IsMonotonic
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
2071
IsMonotonic
= other.IsMonotonic;
2132
IsMonotonic
= input.ReadBool();
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
94
IsMonotonic
= true,
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
94
IsMonotonic
= true,
9 references to IsMonotonic
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
1980
if (
IsMonotonic
!= other.
IsMonotonic
) return false;
1990
if (
IsMonotonic
!= false) hash ^=
IsMonotonic
.GetHashCode();
2033
if (
IsMonotonic
!= false) {
2035
output.WriteBool(
IsMonotonic
);
2051
if (
IsMonotonic
!= false) {
2070
if (other.
IsMonotonic
!= false) {
2071
IsMonotonic = other.
IsMonotonic
;