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