1 write to Span
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\Utilities\TagSpanIntervalTree.TagNode.cs (1)
22
this.
Span
= ts.Span.CreateTrackingSpan(trackingMode);
4 references to Span
Microsoft.CodeAnalysis.EditorFeatures (4)
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));
Shared\Tagging\Utilities\TagSpanIntervalTree.TagNode.cs (2)
46
: this.
Span
.GetStartPoint(textSnapshot);
54
: this.
Span
.GetSpan(textSnapshot).Length;