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