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