2 references to EndIfDirectiveTrivia
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\ParseConditional.vb (2)
181statement = SyntaxFactory.EndIfDirectiveTrivia(hashToken, endKeyword, ifKeyword) 219Dim statement = SyntaxFactory.EndIfDirectiveTrivia(hashToken, endKeyword, InternalSyntaxFactory.MissingKeyword(SyntaxKind.IfKeyword))