5 writes to sParent
mscorlib (5)
system\globalization\culturedata.cs (5)
375 invariant.sParent = ""; // Parent name (which may be a custom locale/culture) 685this.sParent = fallbackCultureName; 1156this.sParent = DoGetLocaleInfo(this.sRealName, LOCALE_SPARENT); 1167this.sParent = "zh-CHS"; 1170this.sParent = "zh-CHT";
3 references to sParent
mscorlib (3)
system\globalization\culturedata.cs (3)
1153if (this.sParent == null) 1164switch (this.sParent) 1176return this.sParent;