3 references to AreOnSameLine
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\AbstractToggleBlockCommentBase.cs (2)
373&& snapshot.AreOnSameLine(SelectedSpan.Start, blockComment.Start)) 383&& snapshot.AreOnSameLine(SelectedSpan.Start, blockComment.End))
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (1)
158Return snapshot.AreOnSameLine(change.NewPosition, change.NewEnd)