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