4 references to IntersectsWith
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
SyntaxTokenExtensions.vb (1)
215Return If(token.IntersectsWith(position) AndAlso IsWord(token),
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (3)
SyntaxTreeExtensions.vb (3)
280If gotoStatement.Label.LabelToken = targetToken AndAlso targetToken.IntersectsWith(position) Then 291If onErrorGotoStatement.Label.LabelToken = targetToken AndAlso targetToken.IntersectsWith(position) Then 461Debug.Assert(Not (targetToken.IntersectsWith(position) AndAlso IsWord(targetToken)))