2 references to HasIntervalThatContains
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (1)
60
=> _tree.Algorithms.
HasIntervalThatContains
(point.Position, length: 0, new IntervalIntrospector(point.Snapshot, _spanTrackingMode));
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\SimpleMutableIntervalTree`2.cs (1)
67
=> this.Algorithms.
HasIntervalThatContains
(start, length, in _introspector);