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