3 writes to sName
mscorlib (3)
system\globalization\culturedata.cs (3)
374
invariant.
sName
= ""; // locale name (ie: en-us)
684
this.
sName
= realCultureName; // the name that goes back to the user
1141
this.
sName
= String.Empty;
11 references to sName
mscorlib (11)
system\globalization\culturedata.cs (11)
1113
switch (this.
sName
)
1117
return this.
sName
;
1139
if (this.
sName
== null)
1143
return this.
sName
;
1162
Contract.Assert(this.
sName
!= "zh-CHS" && this.
sName
!= "zh-CHT",
1189
String resourceKey = "Globalization.ci_" + this.
sName
;
1243
switch (this.
sName
)
1296
switch (this.
sName
)
1458
&& (
sName
== "si-LK" ||
sName
== "si")