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