23 references to AwaitKeyword
Microsoft.CodeAnalysis.VisualBasic (16)
Binding\Binder_Expressions.vb (1)
2493Case SyntaxKind.AwaitKeyword
Generated\Syntax.xml.Internal.Generated.vb (2)
53236Debug.Assert(awaitKeyword IsNot Nothing AndAlso awaitKeyword.Kind = SyntaxKind.AwaitKeyword) 65314Debug.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 1890Debug.Assert(DirectCast(CurrentToken, IdentifierTokenSyntax).ContextualKind = SyntaxKind.AwaitKeyword) 1895Debug.Assert(awaitKeyword IsNot Nothing AndAlso awaitKeyword.Kind = SyntaxKind.AwaitKeyword)
Parser\Parser.vb (1)
1114ElseIf contextualKind = SyntaxKind.AwaitKeyword AndAlso
Parser\ParseStatement.vb (1)
1821DirectCast(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)
VisualBasicSyntaxKinds.vb (1)
125Public ReadOnly Property AwaitKeyword As Integer = SyntaxKind.AwaitKeyword Implements ISyntaxKinds.AwaitKeyword
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.vb (1)
282Yield SyntaxFacts.GetText(SyntaxKind.AwaitKeyword)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
1388return InternalSyntax.SyntaxFactory.AwaitExpression(new InternalSyntax.KeywordSyntax(SyntaxKind.AwaitKeyword, String.Empty, Nothing, Nothing), GenerateGreenKeywordEventContainer()) 17589SyntaxFactory.AwaitExpression(SyntaxFactory.Token(SyntaxKind.AwaitKeyword), Nothing) 17604return SyntaxFactory.AwaitExpression(SyntaxFactory.Token(SyntaxKind.AwaitKeyword), GenerateRedKeywordEventContainer())
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Simplification\Reducers\VisualBasicEscapingReducer.vb (1)
68If SyntaxFacts.GetContextualKeywordKind(unescapedIdentifier) = SyntaxKind.AwaitKeyword Then
VisualBasicSyntaxKinds.vb (1)
125Public ReadOnly Property AwaitKeyword As Integer = SyntaxKind.AwaitKeyword Implements ISyntaxKinds.AwaitKeyword