3 references to ToUpperInvariant
Microsoft.ML.Tokenizers (1)
Normalizer\UpperCaseNormalizer.cs (1)
47int length = original.ToUpperInvariant(arrayPoolArray);
Microsoft.ML.Transforms (1)
Expression\BuiltinFunctions.cs (1)
722a.Span.ToUpperInvariant(dst);
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X500DistinguishedNameBuilder.cs (1)
230int written = twoLetterCodeSpan.ToUpperInvariant(fixupTwoLetterCode);