4 references to GetLocaleInfoCore
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (4)
1264
_iNegativePercent =
GetLocaleInfoCore
(LocaleNumberData.NegativePercentFormat);
1280
_iPositivePercent =
GetLocaleInfoCore
(LocaleNumberData.PositivePercentFormat);
1781
_iReadingLayout =
GetLocaleInfoCore
(LocaleNumberData.ReadingLayout);
1916
CalendarId defaultCalId = (CalendarId)
GetLocaleInfoCore
(LocaleNumberData.CalendarType);