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