1 write to MatchedSpansInReverse
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\CamelCaseResult.cs (1)
28
MatchedSpansInReverse
= matchedSpansInReverse;
6 references to MatchedSpansInReverse
Microsoft.CodeAnalysis.Workspaces (6)
PatternMatching\AllLowerCamelCaseMatcher.cs (2)
57
matchedSpans = includeMatchedSpans && result.Value.
MatchedSpansInReverse
!= null
58
? new NormalizedTextSpanCollection(result.Value.
MatchedSpansInReverse
).ToImmutableArray()
PatternMatching\CamelCaseResult.cs (4)
34
=>
MatchedSpansInReverse
?.Free();
37
=> new(fromStart, Contiguous, MatchCount,
MatchedSpansInReverse
);
41
MatchedSpansInReverse
?.Add(value);
42
return new CamelCaseResult(FromStart, Contiguous, MatchCount + 1,
MatchedSpansInReverse
);