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