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