4 references to CountOccurrences
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Icu.cs (4)
303
int occurrences =
CountOccurrences
(input, input[index], ref index);
313
CountOccurrences
(input, 'G', ref index);
323
occurrences =
CountOccurrences
(input, 'y', ref index);
346
int occurrences =
CountOccurrences
(input, dayChar, ref index);