3 references to OverlapsWithIntervalTester
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeAlgorithms`2.cs (3)
33
return GetIntervalsThatMatch(start, length, in introspector, default(Tests<TIntrospector>.
OverlapsWithIntervalTester
));
54
tree.FillWithIntervalsThatMatch(start, length, ref builder, in introspector, default(Tests<TIntrospector>.
OverlapsWithIntervalTester
), stopAfterFirst: false);
89
return tree.Any(start, length, in introspector, default(Tests<TIntrospector>.
OverlapsWithIntervalTester
));