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