3 references to WithAsyncKeyword
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SimpleLambdaExpressionSyntax.cs (1)
25
=>
WithAsyncKeyword
(asyncKeyword);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveAsyncModifier\RemoveAsyncModifierHelpers.cs (1)
28
=> lambda.
WithAsyncKeyword
(default).WithPrependedLeadingTrivia(lambda.AsyncKeyword.LeadingTrivia);
Microsoft.CodeAnalysis.CSharp.Features (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveAsyncModifier\RemoveAsyncModifierHelpers.cs (1)
28
=> lambda.
WithAsyncKeyword
(default).WithPrependedLeadingTrivia(lambda.AsyncKeyword.LeadingTrivia);