3 references to GetIntervalsThatMatch
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeAlgorithms`2.cs (3)
33
return
GetIntervalsThatMatch
(start, length, in introspector, default(Tests<TIntrospector>.OverlapsWithIntervalTester));
40
return
GetIntervalsThatMatch
(start, length, in introspector, default(Tests<TIntrospector>.IntersectsWithIntervalTester));
47
return
GetIntervalsThatMatch
(start, length, in introspector, default(Tests<TIntrospector>.ContainsIntervalTester));