3 references to OverlapsWithTest
Microsoft.CodeAnalysis.CodeStyle (3)
IntervalTree`1.cs (3)
100=> this.GetIntervalsThatMatch(start, length, Tests<TIntrospector>.OverlapsWithTest, in introspector);
112=> this.FillWithIntervalsThatMatch(start, length, Tests<TIntrospector>.OverlapsWithTest, ref builder, in introspector, stopAfterFirst: false);
132=> Any(start, length, Tests<TIntrospector>.OverlapsWithTest, in introspector);