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