2 references to ToLowerInvariant
Microsoft.ML.Core (1)
Data\ReadOnlyMemoryUtils.cs (1)
223char ch = CharUtils.ToLowerInvariant(span[j]);
Microsoft.ML.Transforms (1)
Text\TextNormalizing.cs (1)
425ch = CharUtils.ToLowerInvariant(ch);