9 references to IsLessThan
Microsoft.CodeAnalysis.NetAnalyzers (9)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.UnmanagedHelper.cs (9)
142if (_helper.IsLessThan(minValue, typeMin) || _helper.IsLessThan(typeMax, minValue)) 150if (_helper.IsLessThan(maxValue, typeMin) || _helper.IsLessThan(typeMax, maxValue)) 161if (_helper.IsLessThan(maxValue, minValue)) 193if (!_helper.IsLessThan(subsetCandidateTParameter.Min, Min) && !_helper.IsLessThan(Max, subsetCandidateTParameter.Max)) 213if (!_helper.IsLessThan(value, Min) && !_helper.IsLessThan(Max, value))