4 writes to sLocalizedDisplayName
mscorlib (4)
system\globalization\culturedata.cs (4)
1192this.sLocalizedDisplayName = Environment.GetResourceString(resourceKey); 1201this.sLocalizedDisplayName = this.SLOCALIZEDLANGUAGE; 1216this.sLocalizedDisplayName = DoGetLocaleInfo(LOCALE_SLOCALIZEDDISPLAYNAME); 1220this.sLocalizedDisplayName = this.SNATIVEDISPLAYNAME;
5 references to sLocalizedDisplayName
mscorlib (5)
system\globalization\culturedata.cs (5)
1186if (this.sLocalizedDisplayName == null) 1196if (String.IsNullOrEmpty(this.sLocalizedDisplayName)) 1218if (String.IsNullOrEmpty(this.sLocalizedDisplayName)) 1225return this.sLocalizedDisplayName; 1528if (String.IsNullOrEmpty(this.sLocalizedDisplayName))