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