2 implementations of AsyncKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxKinds.cs (1)
123
public int
AsyncKeyword
=> (int)SyntaxKind.AsyncKeyword;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxKinds.vb (1)
126
Public ReadOnly Property
AsyncKeyword
As Integer = SyntaxKind.AsyncKeyword Implements ISyntaxKinds.AsyncKeyword
2 references to AsyncKeyword
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\AbstractAwaitCompletionProvider.cs (1)
186
builder.Add(new TextChange(new TextSpan(GetSpanStart(declaration), 0), syntaxFacts.GetText(syntaxKinds.
AsyncKeyword
) + " "));
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxKinds.vb (1)
126
Public ReadOnly Property AsyncKeyword As Integer = SyntaxKind.AsyncKeyword Implements ISyntaxKinds.
AsyncKeyword