3 references to GetIntervalsThatMatch
Microsoft.CodeAnalysis.Workspaces (3)
IntervalTree`1.cs (3)
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);