1 write to MatchedSpans
Microsoft.CodeAnalysis.Workspaces (1)
PatternMatching\PatternMatch.cs (1)
55
this.
MatchedSpans
= matchedSpans;
2 references to MatchedSpans
Microsoft.CodeAnalysis.Features (2)
Completion\PatternMatchHelper.cs (1)
45
return match == null ? [] : match.Value.
MatchedSpans
;
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (1)
211
matchedSpans.AddRange(match.
MatchedSpans
);