9 references to Tests
Microsoft.CodeAnalysis.CodeStyle (9)
IntervalTree`1.cs (9)
100=> this.GetIntervalsThatMatch(start, length, Tests<TIntrospector>.OverlapsWithTest, in introspector);
104=> this.GetIntervalsThatMatch(start, length, Tests<TIntrospector>.IntersectsWithTest, in introspector);
108=> this.GetIntervalsThatMatch(start, length, Tests<TIntrospector>.ContainsTest, in introspector);
112=> this.FillWithIntervalsThatMatch(start, length, Tests<TIntrospector>.OverlapsWithTest, ref builder, in introspector, stopAfterFirst: false);
116=> this.FillWithIntervalsThatMatch(start, length, Tests<TIntrospector>.IntersectsWithTest, ref builder, in introspector, stopAfterFirst: false);
120=> this.FillWithIntervalsThatMatch(start, length, Tests<TIntrospector>.ContainsTest, ref builder, in introspector, stopAfterFirst: false);
128=> Any(start, length, Tests<TIntrospector>.IntersectsWithTest, in introspector);
132=> Any(start, length, Tests<TIntrospector>.OverlapsWithTest, in introspector);
136=> Any(start, length, Tests<TIntrospector>.ContainsTest, in introspector);