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