1 write to Tag
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\Utilities\TagSpanIntervalTree.TagNode.cs (1)
23
this.
Tag
= ts.Tag;
2 references to Tag
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (2)
63
result.Add(new TagSpan<TTag>(tagNode.Span.GetSpan(snapshot), tagNode.
Tag
));
70
=> _tree.Select(tn => new TagSpan<TTag>(tn.Span.GetSpan(snapshot), tn.
Tag
));