1 write to MatchedSpansInReverse
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\CamelCaseResult.cs (1)
28MatchedSpansInReverse = matchedSpansInReverse;
6 references to MatchedSpansInReverse
Microsoft.CodeAnalysis.Workspaces (6)
PatternMatching\AllLowerCamelCaseMatcher.cs (2)
57matchedSpans = 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); 41MatchedSpansInReverse?.Add(value); 42return new CamelCaseResult(FromStart, Contiguous, MatchCount + 1, MatchedSpansInReverse);