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