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