4 references to CountOccurrences
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Icu.cs (4)
302
int occurrences =
CountOccurrences
(input, input[index], ref index);
312
CountOccurrences
(input, 'G', ref index);
322
occurrences =
CountOccurrences
(input, 'y', ref index);
345
int occurrences =
CountOccurrences
(input, dayChar, ref index);