2 references to _textInfo
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\AllLowerCamelCaseMatcher.cs (2)
96
if (ToLower(candidate[candidateHump.Start],
_textInfo
) == patternCharacter)
254
var textInfo =
_textInfo
;