2 references to GetTagSpan
Microsoft.CodeAnalysis.EditorFeatures (2)
BraceMatching\BraceHighlightingViewTaggerProvider.cs (2)
174
context.AddTag(snapshot.
GetTagSpan
(braces.Value.LeftSpan.ToSpan(), BraceHighlightTag.StartTag));
175
context.AddTag(snapshot.
GetTagSpan
(braces.Value.RightSpan.ToSpan(), BraceHighlightTag.EndTag));