6 references to IntersectsWith
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (4)
682
if (ss != default && (ss.
IntersectsWith
(selection.ActivePoint.Position) || ss.
IntersectsWith
(selection.AnchorPoint.Position)))
694
if (tuple.Item2.
IntersectsWith
(selection.AnchorPoint.Position))
700
if (tuple.Item2.
IntersectsWith
(selection.ActivePoint.Position))
IntelliSense\AsyncCompletion\CommitManager.cs (1)
281
if (caretPositionInBuffer.HasValue && mappedSpan.
IntersectsWith
(caretPositionInBuffer.Value))
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineHelper.cs (1)
300
if (symbol.RangeSpan.
IntersectsWith
(originalCaretPoint))