5 references to IntersectsWith
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (4)
686
if (ss != default && (ss.
IntersectsWith
(selection.ActivePoint.Position) || ss.
IntersectsWith
(selection.AnchorPoint.Position)))
698
if (tuple.Item2.
IntersectsWith
(selection.AnchorPoint.Position))
704
if (tuple.Item2.
IntersectsWith
(selection.ActivePoint.Position))
IntelliSense\AsyncCompletion\CommitManager.cs (1)
298
if (caretPositionInBuffer.HasValue && mappedSpan.
IntersectsWith
(caretPositionInBuffer.Value))