2 references to HasIntervalThatIntersectsWith
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeAlgorithms`2.cs (1)
75return HasIntervalThatIntersectsWith<TIntrospector>(position, 0, in introspector);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (1)
64=> this.Algorithms.HasIntervalThatIntersectsWith(start, length, in _introspector);