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