2 references to HasIntervalThatContains
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (1)
48
return _tree.
HasIntervalThatContains
(point.Position, length: 0, new IntervalIntrospector(snapshot));
Microsoft.CodeAnalysis.Workspaces (1)
SimpleIntervalTree`2.cs (1)
74
=>
HasIntervalThatContains
(start, length, in _introspector);