Base:
property
AsyncKeyword
Microsoft.CodeAnalysis.CSharp.Syntax.AnonymousFunctionExpressionSyntax.AsyncKeyword
9 references to AsyncKeyword
Microsoft.CodeAnalysis.CSharp (1)
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
571if (lambdaSyntax.AsyncKeyword.Kind() == SyntaxKind.AsyncKeyword)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
RemoveAsyncModifierHelpers.cs (1)
28=> lambda.WithAsyncKeyword(default).WithPrependedLeadingTrivia(lambda.AsyncKeyword.LeadingTrivia);
Microsoft.CodeAnalysis.CSharp.Features (5)
ChangeSignature\CSharpChangeSignatureService.cs (2)
362lambda.AsyncKeyword, 374return ParenthesizedLambdaExpression(lambda.AsyncKeyword, emptyParameterList, lambda.ArrowToken, lambda.Body);
EditAndContinue\SyntaxComparer.cs (1)
970asyncKeyword = simple.AsyncKeyword;
ExtractMethod\CSharpSelectionResult.StatementResult.cs (1)
43SimpleLambdaExpressionSyntax lambda => lambda.AsyncKeyword.Kind() == SyntaxKind.AsyncKeyword,
RemoveAsyncModifierHelpers.cs (1)
28=> lambda.WithAsyncKeyword(default).WithPrependedLeadingTrivia(lambda.AsyncKeyword.LeadingTrivia);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\CSharpSimplificationService.Expander.cs (1)
228simpleLambda.AsyncKeyword,
Simplification\Reducers\CSharpEscapingReducer.cs (1)
61if (simpleLambda.AsyncKeyword.Kind() == SyntaxKind.AsyncKeyword)