1 write to FollowsEndOfStatement
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicSyntaxContext.vb (1)
116
Me.
FollowsEndOfStatement
= targetToken.FollowsEndOfStatement(position)
5 references to FollowsEndOfStatement
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (5)
SyntaxTreeExtensions.vb (1)
308
Return context.
FollowsEndOfStatement
OrElse token.IsChildToken(Of EnumMemberDeclarationSyntax)(Function(emds) emds.Identifier)
VisualBasicSyntaxContextExtensions.vb (4)
14
If context.
FollowsEndOfStatement
Then
60
If Not context.
FollowsEndOfStatement
Then
100
If Not (context.
FollowsEndOfStatement
AndAlso context.TargetToken = ancestor.GetLastToken()) Then
114
If context.
FollowsEndOfStatement
Then