4 references to ToUpperAsciiInvariant
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (3)
200? ToUpperAsciiInvariant(c) 471return ToUpperAsciiInvariant(c); 482return ToUpperAsciiInvariant(c);
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\StringSearchValuesHelper.cs (1)
377public static char TransformInput(char input) => TextInfo.ToUpperAsciiInvariant(input);