2 writes to _sNativeCountry
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.cs (2)
576
invariant.
_sNativeCountry
= "Invariant Country"; // native country name (Windows Only)
1194
internal string NativeCountryName =>
_sNativeCountry
??= GetLocaleInfoCore(LocaleStringData.NativeCountryName);