6 writes to sEnglishDisplayName
mscorlib (6)
system\globalization\culturedata.cs (6)
382 invariant.sEnglishDisplayName = "Invariant Language (Invariant Country)"; // English pretty name for this locale 1240this.sEnglishDisplayName = this.SENGLISHLANGUAGE; 1247this.sEnglishDisplayName += " Legacy"; 1255this.sEnglishDisplayName = DoGetLocaleInfo(LOCALE_SENGLISHDISPLAYNAME); 1266this.sEnglishDisplayName = 1273this.sEnglishDisplayName = this.SENGLISHLANGUAGE + " (" + this.SENGCOUNTRY + ")";
3 references to sEnglishDisplayName
mscorlib (3)
system\globalization\culturedata.cs (3)
1235if (this.sEnglishDisplayName == null) 1258if (String.IsNullOrEmpty(this.sEnglishDisplayName)) 1278return this.sEnglishDisplayName;