2 references to ShouldBlockINumberBaseConversion
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (2)
434if ((constantValueOpt?.IsNumeric == true) && ShouldBlockINumberBaseConversion(patternConversion, inputType)) 1671if (!hasErrors && ShouldBlockINumberBaseConversion(patternConversion, inputType))