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