3 references to ScanRepeatChar
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfoScanner.cs (3)
411i = ScanRepeatChar(pattern, 'M', i, out chCount); 422i = ScanRepeatChar(pattern, 'y', i, out _); 426i = ScanRepeatChar(pattern, 'd', i, out chCount);