3 references to CustomKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (1)
38488Dim newCustomKeyword = DirectCast(Visit(node.CustomKeyword), KeywordSyntax)
Parser\BlockContexts\DeclarationContext.vb (1)
155If eventDecl.CustomKeyword IsNot Nothing Then
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (1)
85If eventStatement.CustomKeyword IsNot Nothing Then