7 references to TestInterval
Microsoft.CodeAnalysis.Workspaces (7)
IntervalTree`1.cs (7)
138private bool Any<TIntrospector>(int start, int length, TestInterval<TIntrospector> testInterval, in TIntrospector introspector)
147int start, int length, TestInterval<TIntrospector> testInterval, in TIntrospector introspector)
157int start, int length, TestInterval<TIntrospector> testInterval,
181int start, int length, TestInterval<TIntrospector> testInterval,
369public static readonly TestInterval<TIntrospector> IntersectsWithTest = IntersectsWith;
370public static readonly TestInterval<TIntrospector> ContainsTest = Contains;
371public static readonly TestInterval<TIntrospector> OverlapsWithTest = OverlapsWith;