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