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