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