3 references to s_lowerBasicLatin
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\OrdinalCasing.Icu.cs (3)
213
return (char)
s_lowerBasicLatin
[(int)c];
241
destination[i] = (char)
s_lowerBasicLatin
[c];
531
table[0] =
s_lowerBasicLatin
;