4 references to GetLocaleInfoCore
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (4)
1259
_iNegativePercent =
GetLocaleInfoCore
(LocaleNumberData.NegativePercentFormat);
1275
_iPositivePercent =
GetLocaleInfoCore
(LocaleNumberData.PositivePercentFormat);
1776
_iReadingLayout =
GetLocaleInfoCore
(LocaleNumberData.ReadingLayout);
1911
CalendarId defaultCalId = (CalendarId)
GetLocaleInfoCore
(LocaleNumberData.CalendarType);