4 references to IntersectsWith
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxTokenExtensions.vb (1)
215
Return If(token.
IntersectsWith
(position) AndAlso IsWord(token),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\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)))