1 instantiation of DateTimeFormatInfoScanner
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (1)
2010DateTimeFormatInfoScanner scanner = new DateTimeFormatInfoScanner();
9 references to DateTimeFormatInfoScanner
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (2)
628((i + tokenLen < format.Length && format[i + tokenLen] == DateTimeFormatInfoScanner.CJKYearSuff) || 629(i + tokenLen < format.Length - 1 && format[i + tokenLen] == '\'' && format[i + tokenLen + 1] == DateTimeFormatInfoScanner.CJKYearSuff)))
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (7)
1763(DateTimeFormatFlags)DateTimeFormatInfoScanner.GetFormatFlagGenitiveMonth( 1765(DateTimeFormatFlags)DateTimeFormatInfoScanner.GetFormatFlagUseSpaceInMonthNames( 1767(DateTimeFormatFlags)DateTimeFormatInfoScanner.GetFormatFlagUseSpaceInDayNames(DayNames, AbbreviatedDayNames) | 1768(DateTimeFormatFlags)DateTimeFormatInfoScanner.GetFormatFlagUseHebrewCalendar((int)Calendar.ID); 2010DateTimeFormatInfoScanner scanner = new DateTimeFormatInfoScanner(); 2030case DateTimeFormatInfoScanner.MonthPostfixChar: 2036case DateTimeFormatInfoScanner.IgnorableSymbolChar: