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; 899ci._textInfo = (TextInfo)_textInfo.Clone(); 952newInfo._textInfo = TextInfo.ReadOnly(ci._textInfo);
6 references to _textInfo
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (6)
620if (_textInfo == null) 627return _textInfo; 897if (_textInfo != null) 899ci._textInfo = (TextInfo)_textInfo.Clone(); 950if (ci._textInfo != null) 952newInfo._textInfo = TextInfo.ReadOnly(ci._textInfo);