4 writes to _textInfo
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (4)
236
_textInfo
= altCulture.TextInfo;
625
_textInfo
= tempTextInfo;
899
ci.
_textInfo
= (TextInfo)_textInfo.Clone();
952
newInfo.
_textInfo
= TextInfo.ReadOnly(ci._textInfo);
6 references to _textInfo
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (6)
620
if (
_textInfo
== null)
627
return
_textInfo
;
897
if (
_textInfo
!= null)
899
ci._textInfo = (TextInfo)
_textInfo
.Clone();
950
if (ci.
_textInfo
!= null)
952
newInfo._textInfo = TextInfo.ReadOnly(ci.
_textInfo
);