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