5 references to CheckConstantBounds
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (4)
3226if (!CheckConstantBounds(destinationType, sourceValue, out _)) 3235if (!CheckConstantBounds(destinationType, sourceValue, out _)) 3243if (!CheckConstantBounds(destinationType, sourceValue, out bool maySucceedAtRuntime)) 3260if (!CheckConstantBounds(destinationType, sourceValue, out _))
Lowering\DiagnosticsPass_Warnings.cs (1)
452if (!Binder.CheckConstantBounds(conversion.Operand.Type.SpecialType, constantValue, out _))