4 writes to _textInfo
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (4)
236
_textInfo
= altCulture.TextInfo;
630
_textInfo
= tempTextInfo;
904
ci.
_textInfo
= (TextInfo)_textInfo.Clone();
957
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)
625
if (
_textInfo
== null)
632
return
_textInfo
;
902
if (
_textInfo
!= null)
904
ci._textInfo = (TextInfo)
_textInfo
.Clone();
955
if (ci.
_textInfo
!= null)
957
newInfo._textInfo = TextInfo.ReadOnly(ci.
_textInfo
);