3 references to IsNumeric
Microsoft.CodeAnalysis (3)
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (2)
173
if (!lastConst.
IsNumeric
|| !nextConst.
IsNumeric
)
Operations\ControlFlowGraphBuilder.cs (1)
5094
else if (value.
IsNumeric
)