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