3 references to ToLower
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\AllLowerCamelCaseMatcher.cs (3)
96
if (
ToLower
(candidate[candidateHump.Start], _textInfo) == patternCharacter)
257
if (
ToLower
(s1[start1 + i], textInfo) !=
ToLower
(s2[start2 + i], textInfo))