1 instantiation of TagNode
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (1)
34
var nodeValues = values?.Select(ts => new
TagNode
(ts, trackingMode));
5 references to TagNode
Microsoft.CodeAnalysis.EditorFeatures (5)
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (2)
23
private readonly IntervalTree<
TagNode
> _tree;
60
foreach (
var
tagNode in intersectingIntervals)
Shared\Tagging\Utilities\TagSpanIntervalTree.IntervalIntrospector.cs (3)
12
private readonly struct IntervalIntrospector : IIntervalIntrospector<
TagNode
>
19
public int GetStart(
TagNode
value)
22
public int GetLength(
TagNode
value)