3 implementations of IIntervalTester
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeAlgorithms`2.cs (3)
156public readonly struct ContainsIntervalTester : IIntervalTester<T, TIntrospector> 162public readonly struct IntersectsWithIntervalTester : IIntervalTester<T, TIntrospector> 168public readonly struct OverlapsWithIntervalTester : IIntervalTester<T, TIntrospector>
5 references to IIntervalTester
Microsoft.CodeAnalysis.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IIntervalTree`1.cs (2)
44where TIntervalTester : struct, IIntervalTester<T, TIntrospector>; 53where TIntervalTester : struct, IIntervalTester<T, TIntrospector>;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeAlgorithms`2.cs (1)
22where TIntervalTester : struct, IIntervalTester<T, TIntrospector>
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.cs (2)
50where TIntervalTester : struct, IIntervalTester<T, TIntrospector> 77where TIntervalTester : struct, IIntervalTester<T, TIntrospector>