13 references to FollowsEndOfStatement
Microsoft.CodeAnalysis.VisualBasic.Workspaces (13)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (12)
156
If targetToken.
FollowsEndOfStatement
(position) OrElse afterDimOrModifiers Then
214
If targetToken.
FollowsEndOfStatement
(position) Then
270
If targetToken.
FollowsEndOfStatement
(position) Then
318
If targetToken.
FollowsEndOfStatement
(position) Then
353
If targetToken.
FollowsEndOfStatement
(position) OrElse targetToken.Kind = SyntaxKind.None Then
590
If targetToken.
FollowsEndOfStatement
(position) Then
651
If Not targetToken.
FollowsEndOfStatement
(position) Then
676
If Not targetToken.
FollowsEndOfStatement
(position) Then
703
If Not (targetToken.
FollowsEndOfStatement
(position) AndAlso targetToken = ancestor.GetLastToken()) Then
752
Return Not targetToken.
FollowsEndOfStatement
(position) AndAlso targetToken.Kind = SyntaxKind.RaiseEventKeyword
765
If 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)
119
Me.FollowsEndOfStatement = targetToken.
FollowsEndOfStatement
(position)