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