1 write to FollowsEndOfStatement
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\VisualBasicSyntaxContext.vb (1)
123Me.FollowsEndOfStatement = targetToken.FollowsEndOfStatement(position)
5 references to FollowsEndOfStatement
Roslyn.Diagnostics.VisualBasic.Analyzers (5)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
308Return context.FollowsEndOfStatement OrElse token.IsChildToken(Of EnumMemberDeclarationSyntax)(Function(emds) emds.Identifier)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\VisualBasicSyntaxContextExtensions.vb (4)
13If context.FollowsEndOfStatement Then 59If Not context.FollowsEndOfStatement Then 99If Not (context.FollowsEndOfStatement AndAlso context.TargetToken = ancestor.GetLastToken()) Then 113If context.FollowsEndOfStatement Then