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