1 write to _textInfo
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\AllLowerCamelCaseMatcher.cs (1)
40
_textInfo
= textInfo;
2 references to _textInfo
Microsoft.CodeAnalysis.Workspaces (2)
PatternMatching\AllLowerCamelCaseMatcher.cs (2)
107
if (ToLower(_candidate[candidateHump.Start],
_textInfo
) == patternCharacter)
265
var textInfo =
_textInfo
;