5 references to WithAsyncKeyword
Microsoft.CodeAnalysis.CSharp (1)
Syntax\ParenthesizedLambdaExpressionSyntax.cs (1)
25=> WithAsyncKeyword(asyncKeyword);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Syntax\SyntaxNodeTests.cs (4)
3903var withAsync = expression.WithAsyncKeyword(SyntaxFactory.Token(SyntaxKind.AsyncKeyword).WithTrailingTrivia(SyntaxFactory.Space)).ToString(); 3930var withAsync = expression.WithAsyncKeyword(SyntaxFactory.Token(SyntaxKind.AsyncKeyword).WithTrailingTrivia(SyntaxFactory.Space)).ToString(); 3957var withAsync = expression.WithAsyncKeyword(default).ToString(); 3984var withAsync = expression.WithAsyncKeyword(default).ToString();