20 references to AwaitKeyword
Microsoft.CodeAnalysis.VisualBasic (16)
Binding\Binder_Expressions.vb (1)
2518Case SyntaxKind.AwaitKeyword
Generated\Syntax.xml.Internal.Generated.vb (2)
45296Debug.Assert(awaitKeyword IsNot Nothing AndAlso awaitKeyword.Kind = SyntaxKind.AwaitKeyword) 57362Debug.Assert(awaitKeyword IsNot Nothing AndAlso awaitKeyword.Kind = SyntaxKind.AwaitKeyword)
Generated\Syntax.xml.Main.Generated.vb (4)
41572Case SyntaxKind.AwaitKeyword 41699Return SyntaxFactory.AwaitExpression(SyntaxFactory.Token(SyntaxKind.AwaitKeyword), expression) 45191SyntaxKind.AwaitKeyword, 45748Case SyntaxKind.AwaitKeyword
Parser\ParseExpression.vb (3)
224ElseIf Context.IsWithinAsyncMethodOrLambda AndAlso keyword.Kind = SyntaxKind.AwaitKeyword Then 1892Debug.Assert(DirectCast(CurrentToken, IdentifierTokenSyntax).ContextualKind = SyntaxKind.AwaitKeyword) 1897Debug.Assert(awaitKeyword IsNot Nothing AndAlso awaitKeyword.Kind = SyntaxKind.AwaitKeyword)
Parser\Parser.vb (1)
1121ElseIf contextualKind = SyntaxKind.AwaitKeyword AndAlso
Parser\ParseStatement.vb (1)
1822DirectCast(CurrentToken, IdentifierTokenSyntax).ContextualKind = SyntaxKind.AwaitKeyword,
Parser\ParseTerminal.vb (1)
41If (identifier.ContextualKind = SyntaxKind.AwaitKeyword AndAlso IsWithinAsyncMethodOrLambda) OrElse
Scanner\KeywordTable.vb (1)
215SyntaxKind.AwaitKeyword, PrecedenceAwait,
Syntax\SyntaxKindFacts.vb (2)
289SyntaxKind.AwaitKeyword, 816{"await", SyntaxKind.AwaitKeyword},
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
146Public ReadOnly Property AwaitKeyword As Integer = SyntaxKind.AwaitKeyword Implements ISyntaxKinds.AwaitKeyword
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Simplification\Reducers\VisualBasicEscapingReducer.vb (1)
67If SyntaxFacts.GetContextualKeywordKind(unescapedIdentifier) = SyntaxKind.AwaitKeyword Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
146Public ReadOnly Property AwaitKeyword As Integer = SyntaxKind.AwaitKeyword Implements ISyntaxKinds.AwaitKeyword
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
146Public ReadOnly Property AwaitKeyword As Integer = SyntaxKind.AwaitKeyword Implements ISyntaxKinds.AwaitKeyword