1 write to _needsTurkishCasing
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.Icu.cs (1)
33_needsTurkishCasing = NeedsTurkishCasing(_textInfoName) ? NullableBool.True : NullableBool.False;
2 references to _needsTurkishCasing
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.Icu.cs (2)
31if (_needsTurkishCasing == NullableBool.Undefined) 35if (_needsTurkishCasing == NullableBool.True)