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