7 writes to sNativeDisplayName
mscorlib (7)
system\globalization\culturedata.cs (7)
383 invariant.sNativeDisplayName = "Invariant Language (Invariant Country)"; // Native pretty name for this locale 1293this.sNativeDisplayName = this.SNATIVELANGUAGE; 1299this.sNativeDisplayName += " \u65E7\u7248"; 1302this.sNativeDisplayName += " \u820A\u7248"; 1313this.sNativeDisplayName ="\x0dc3\x0dd2\x0d82\x0dc4\x0dbd (\x0DC1\x0DCA\x200D\x0DBB\x0DD3\x0020\x0DBD\x0D82\x0D9A\x0DCF)"; 1318this.sNativeDisplayName = DoGetLocaleInfo(LOCALE_SNATIVEDISPLAYNAME); 1325this.sNativeDisplayName = this.SNATIVELANGUAGE + " (" + this.SNATIVECOUNTRY + ")";
3 references to sNativeDisplayName
mscorlib (3)
system\globalization\culturedata.cs (3)
1288if (this.sNativeDisplayName == null) 1322if (String.IsNullOrEmpty(this.sNativeDisplayName)) 1329return this.sNativeDisplayName;