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