13 references to FollowsEndOfStatement
Microsoft.CodeAnalysis.VisualBasic.Workspaces (13)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (12)
156If targetToken.FollowsEndOfStatement(position) OrElse afterDimOrModifiers Then 214If targetToken.FollowsEndOfStatement(position) Then 270If targetToken.FollowsEndOfStatement(position) Then 318If targetToken.FollowsEndOfStatement(position) Then 353If targetToken.FollowsEndOfStatement(position) OrElse targetToken.Kind = SyntaxKind.None Then 590If targetToken.FollowsEndOfStatement(position) Then 651If Not targetToken.FollowsEndOfStatement(position) Then 676If Not targetToken.FollowsEndOfStatement(position) Then 703If Not (targetToken.FollowsEndOfStatement(position) AndAlso targetToken = ancestor.GetLastToken()) Then 752Return Not targetToken.FollowsEndOfStatement(position) AndAlso targetToken.Kind = SyntaxKind.RaiseEventKeyword 765If Not targetToken.FollowsEndOfStatement(position) AndAlso targetToken.Kind = SyntaxKind.NewKeyword Then 823(targetToken.FollowsEndOfStatement(position) AndAlso Not allowImplicitLineContinuation) Then
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\VisualBasicSyntaxContext.vb (1)
119Me.FollowsEndOfStatement = targetToken.FollowsEndOfStatement(position)