5 references to CheckConstantBounds
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Conversions.cs (4)
3859
if (!
CheckConstantBounds
(destinationType, sourceValue, out _))
3868
if (!
CheckConstantBounds
(destinationType, sourceValue, out _))
3876
if (!
CheckConstantBounds
(destinationType, sourceValue, out bool maySucceedAtRuntime))
3893
if (!
CheckConstantBounds
(destinationType, sourceValue, out _))
Lowering\DiagnosticsPass_Warnings.cs (1)
451
if (!Binder.
CheckConstantBounds
(conversion.Operand.Type.SpecialType, constantValue, out _))