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