5 references to IsLastTokenOfStatementWithEndOfLine
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
AutomaticCompletion\AutomaticLineEnderCommandHandler.vb (2)
80
If Not lastToken.IsMissing AndAlso lastToken.
IsLastTokenOfStatementWithEndOfLine
() Then
108
If nextToken.
IsLastTokenOfStatementWithEndOfLine
() Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Formatting\Engine\Trivia\VisualBasicTriviaFormatter.vb (1)
127
If Me.Token1.
IsLastTokenOfStatementWithEndOfLine
() AndAlso trivia1.Kind = SyntaxKind.None Then
Formatting\Rules\NodeBasedFormattingRule.vb (1)
303
previousToken.
IsLastTokenOfStatementWithEndOfLine
() Then
ParenthesizedExpressionSyntaxExtensions.vb (1)
419
If node.CloseParenToken.
IsLastTokenOfStatementWithEndOfLine
() AndAlso