4 references to CreateOmittedToken
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
CodeCleanup\Providers\AddMissingTokensCodeCleanupProvider.vb (4)
531Return If(parent.GetAncestor(Of MultiLineIfBlockSyntax)() IsNot Nothing, CreateOmittedToken(token, SyntaxKind.ThenKeyword), token) 536Return CreateOmittedToken(token, SyntaxKind.ThenKeyword) 538Return If(parent.GetAncestor(Of ElseIfBlockSyntax)() IsNot Nothing, CreateOmittedToken(token, SyntaxKind.ThenKeyword), token) 540Return CreateOmittedToken(token, SyntaxKind.OnKeyword)