2 references to IsFinite
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\Base2ExponentialHistogramAggregator.cs (2)
175
if (!
IsFinite
(measurement))
235
Debug.Assert(
IsFinite
(value), "IEEE-754 +Inf, -Inf and NaN should be filtered out before calling this method.");