48 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)
820Case SyntaxKind.RaiseEventKeyword 1000Case SyntaxKind.RaiseEventKeyword 1354Case SyntaxKind.RaiseEventKeyword 1819Case SyntaxKind.RaiseEventKeyword 3400CurrentToken.Kind = SyntaxKind.AddHandlerKeyword OrElse CurrentToken.Kind = SyntaxKind.RemoveHandlerKeyword OrElse CurrentToken.Kind = SyntaxKind.RaiseEventKeyword) 3433methodKeyword.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)
585SyntaxKind.RaiseEventKeyword,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\AdjustSpaceFormattingRule.vb (1)
146SyntaxKind.AddHandlerKeyword, SyntaxKind.RemoveHandlerKeyword, SyntaxKind.RaiseEventKeyword,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
752Return Not targetToken.FollowsEndOfStatement(position) AndAlso targetToken.Kind = SyntaxKind.RaiseEventKeyword
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\LanguageServices\VisualBasicSyntaxGeneratorInternal.vb (1)
296accessorKeyword:=SyntaxFactory.Token(SyntaxKind.RaiseEventKeyword),
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
CodeCleanup\Providers\AddMissingTokensCodeCleanupProvider.vb (1)
192node.DeclarationKeyword.Kind <> SyntaxKind.RaiseEventKeyword Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\AdjustSpaceFormattingRule.vb (1)
146SyntaxKind.AddHandlerKeyword, SyntaxKind.RemoveHandlerKeyword, SyntaxKind.RaiseEventKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
752Return Not targetToken.FollowsEndOfStatement(position) AndAlso targetToken.Kind = SyntaxKind.RaiseEventKeyword
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\LanguageServices\VisualBasicSyntaxGeneratorInternal.vb (1)
296accessorKeyword:=SyntaxFactory.Token(SyntaxKind.RaiseEventKeyword),
Roslyn.Diagnostics.VisualBasic.Analyzers (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Formatting\Rules\AdjustSpaceFormattingRule.vb (1)
146SyntaxKind.AddHandlerKeyword, SyntaxKind.RemoveHandlerKeyword, SyntaxKind.RaiseEventKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
752Return Not targetToken.FollowsEndOfStatement(position) AndAlso targetToken.Kind = SyntaxKind.RaiseEventKeyword
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\LanguageServices\VisualBasicSyntaxGeneratorInternal.vb (1)
296accessorKeyword:=SyntaxFactory.Token(SyntaxKind.RaiseEventKeyword),