2 references to FindTagUnderCaret
Microsoft.CodeAnalysis.EditorFeatures (2)
ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs (2)
59
var tagUnderCursor =
FindTagUnderCaret
(tagAggregator, args.TextView);
73
var tagUnderCursor =
FindTagUnderCaret
(tagAggregator, args.TextView);