2 references to GetIntervalsThatIntersectWith
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Collections\IntervalTreeTests.cs (1)
335
var set3 = new HashSet<string>(tree.
GetIntervalsThatIntersectWith
(start, length).Select(i => i.Item3));
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceGlyphManager.cs (1)
106
var glyphDataToRemove = _glyphDataTree.
GetIntervalsThatIntersectWith
(snapshotSpan.Start, snapshotSpan.Length);