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