7 references to WithAsyncKeyword
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SimpleLambdaExpressionSyntax.cs (1)
25
=>
WithAsyncKeyword
(asyncKeyword);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
RemoveAsyncModifierHelpers.cs (1)
28
=> lambda.
WithAsyncKeyword
(default).WithPrependedLeadingTrivia(lambda.AsyncKeyword.LeadingTrivia);
Microsoft.CodeAnalysis.CSharp.Features (1)
RemoveAsyncModifierHelpers.cs (1)
28
=> lambda.
WithAsyncKeyword
(default).WithPrependedLeadingTrivia(lambda.AsyncKeyword.LeadingTrivia);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Syntax\SyntaxNodeTests.cs (4)
3840
var withAsync = expression.
WithAsyncKeyword
(SyntaxFactory.Token(SyntaxKind.AsyncKeyword).WithTrailingTrivia(SyntaxFactory.Space)).ToString();
3867
var withAsync = expression.
WithAsyncKeyword
(SyntaxFactory.Token(SyntaxKind.AsyncKeyword).WithTrailingTrivia(SyntaxFactory.Space)).ToString();
3894
var withAsync = expression.
WithAsyncKeyword
(default).ToString();
3921
var withAsync = expression.
WithAsyncKeyword
(default).ToString();