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)
31
if (
_needsTurkishCasing
== NullableBool.Undefined)
35
if (
_needsTurkishCasing
== NullableBool.True)