4 writes to textInfo
mscorlib (4)
system\globalization\cultureinfo.cs (4)
596this.textInfo = altCulture.TextInfo; 1290textInfo = tempTextInfo; 1647ci.textInfo = (TextInfo) textInfo.Clone(); 1691newInfo.textInfo = TextInfo.ReadOnly(ci.textInfo);
8 references to textInfo
mscorlib (8)
system\globalization\cultureinfo.cs (8)
477if (textInfo != null) 479CheckDomainSafetyObject(textInfo, this); 1282if (textInfo==null) 1297return (textInfo); 1645if (textInfo != null) 1647ci.textInfo = (TextInfo) textInfo.Clone(); 1689if (ci.textInfo != null) 1691newInfo.textInfo = TextInfo.ReadOnly(ci.textInfo);