1 write to MatchCount
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\CamelCaseResult.cs (1)
28MatchCount = matchCount;
3 references to MatchCount
Microsoft.CodeAnalysis.Workspaces (3)
PatternMatching\CamelCaseResult.cs (3)
38=> new(fromStart, Contiguous, MatchCount, MatchedSpansInReverse); 43return new CamelCaseResult(FromStart, Contiguous, MatchCount + 1, MatchedSpansInReverse); 49var toEnd = result.MatchCount == candidateHumps.Count;