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