4 references to CreateOmittedToken
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
CodeCleanup\Providers\AddMissingTokensCodeCleanupProvider.vb (4)
530
Return If(parent.GetAncestor(Of MultiLineIfBlockSyntax)() IsNot Nothing,
CreateOmittedToken
(token, SyntaxKind.ThenKeyword), token)
535
Return
CreateOmittedToken
(token, SyntaxKind.ThenKeyword)
537
Return If(parent.GetAncestor(Of ElseIfBlockSyntax)() IsNot Nothing,
CreateOmittedToken
(token, SyntaxKind.ThenKeyword), token)
539
Return
CreateOmittedToken
(token, SyntaxKind.OnKeyword)