38 references to RaiseEventKeyword
Microsoft.CodeAnalysis.VisualBasic (38)
Generated\Syntax.xml.Internal.Generated.vb (6)
34640Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.RaiseEventKeyword) 36868Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.Kind = SyntaxKind.RaiseEventKeyword) 41061Debug.Assert(raiseEventKeyword IsNot Nothing AndAlso raiseEventKeyword.Kind = SyntaxKind.RaiseEventKeyword) 46706Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.RaiseEventKeyword) 48934Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.Kind = SyntaxKind.RaiseEventKeyword) 53127Debug.Assert(raiseEventKeyword IsNot Nothing AndAlso raiseEventKeyword.Kind = SyntaxKind.RaiseEventKeyword)
Generated\Syntax.xml.Main.Generated.vb (16)
5749Case SyntaxKind.RaiseEventKeyword : 6417Case SyntaxKind.RaiseEventKeyword 6429Return SyntaxFactory.EndRaiseEventStatement(SyntaxFactory.Token(SyntaxKind.EndKeyword), SyntaxFactory.Token(SyntaxKind.RaiseEventKeyword)) 6616Return SyntaxKind.RaiseEventKeyword 10867Case SyntaxKind.RaiseEventKeyword 11147Case SyntaxKind.RaiseEventKeyword 11176Return SyntaxFactory.RaiseEventAccessorStatement(attributeLists, modifiers, SyntaxFactory.Token(SyntaxKind.RaiseEventKeyword), parameterList) 11187Return SyntaxFactory.RaiseEventAccessorStatement(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.RaiseEventKeyword), Nothing) 11242Return SyntaxKind.RaiseEventKeyword 24262Case SyntaxKind.RaiseEventKeyword 24288Return SyntaxFactory.RaiseEventStatement(SyntaxFactory.Token(SyntaxKind.RaiseEventKeyword), name, argumentList) 24299Return SyntaxFactory.RaiseEventStatement(SyntaxFactory.Token(SyntaxKind.RaiseEventKeyword), name, Nothing) 44061SyntaxKind.RaiseEventKeyword, 44272SyntaxKind.RaiseEventKeyword 45105SyntaxKind.RaiseEventKeyword, 45576Case SyntaxKind.RaiseEventKeyword
Parser\BlockContexts\BlockContext.vb (1)
679endStmt = SyntaxFactory.EndRaiseEventStatement(missingEndKeyword, InternalSyntaxFactory.MissingKeyword(SyntaxKind.RaiseEventKeyword))
Parser\Parser.vb (6)
814Case SyntaxKind.RaiseEventKeyword 994Case SyntaxKind.RaiseEventKeyword 1348Case SyntaxKind.RaiseEventKeyword 1813Case SyntaxKind.RaiseEventKeyword 3394CurrentToken.Kind = SyntaxKind.AddHandlerKeyword OrElse CurrentToken.Kind = SyntaxKind.RemoveHandlerKeyword OrElse CurrentToken.Kind = SyntaxKind.RaiseEventKeyword) 3427methodKeyword.Kind = SyntaxKind.RaiseEventKeyword) Then
Parser\ParseStatement.vb (2)
213SyntaxKind.RaiseEventKeyword 1243Debug.Assert(CurrentToken.Kind = SyntaxKind.RaiseEventKeyword, "RaiseEvent statement must start with RaiseEvent.")
Scanner\KeywordTable.vb (1)
134SyntaxKind.RaiseEventKeyword, None,
SymbolDisplay\SymbolDisplayVisitor.Members.vb (1)
238SyntaxKind.RaiseEventKeyword)))
Symbols\MethodKindExtensions.vb (1)
20Return SyntaxFacts.GetText(SyntaxKind.RaiseEventKeyword)
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
271SyntaxKind.RaiseEventKeyword,
Syntax\SyntaxKindFacts.vb (2)
193SyntaxKind.RaiseEventKeyword, 661Case SyntaxKind.RaiseEventKeyword
Syntax\SyntaxNodeFactories.vb (1)
570SyntaxKind.RaiseEventKeyword,