2 references to CheckConstantBounds
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Conversions.cs (2)
3551decimal decimalValue = CheckConstantBounds(destinationType, value.DecimalValue, out _) ? value.DecimalValue : 0m; 3593CheckConstantBounds(destinationType, (decimal)canonicalValue, out maySucceedAtRuntime) :