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