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)
107if (ToLower(_candidate[candidateHump.Start], _textInfo) == patternCharacter) 173_candidate, candidateHump.Start,