2 writes to _iGeoId
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (2)
579
invariant.
_iGeoId
= 244; // GeoId (Windows Only)
1147
_iGeoId
= GlobalizationMode.UseNls ? NlsGetLocaleInfo(LocaleNumberData.GeoId) : IcuGetGeoId(_sRealName);
2 references to _iGeoId
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (2)
1145
if (
_iGeoId
== undef && !GlobalizationMode.Invariant)
1149
return
_iGeoId
;