4 references to GetIntervalsThatOverlapWith
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (1)
40
=> this.Algorithms.
GetIntervalsThatOverlapWith
(start, length, in _introspector);
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
UtilityTest\IntervalTreeTests.cs (2)
368
return ((MutableIntervalTree<Tuple<int, int, string>>)tree).Algorithms.
GetIntervalsThatOverlapWith
(start, length, new TupleIntrospector<string>());
391
return ((ImmutableIntervalTree<Tuple<int, int, string>>)tree).Algorithms.
GetIntervalsThatOverlapWith
(start, length, new TupleIntrospector<string>());
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineViewModel.cs (1)
458
var overlappingModels = modelTree.Algorithms.
GetIntervalsThatOverlapWith
(