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