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