2 references to GetTags
Microsoft.CodeAnalysis.EditorFeatures (2)
ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs (2)
68var spans = GetTags(tagAggregator, args.TextView.TextSnapshot.GetFullSpan()); 118var tags = GetTags(tagAggregator, new SnapshotSpan(textView.TextSnapshot, new Span(caretPosition, 0)));