Base:
property
AsyncKeyword
Microsoft.CodeAnalysis.CSharp.Syntax.AnonymousFunctionExpressionSyntax.AsyncKeyword
3 references to AsyncKeyword
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveAsyncModifier\RemoveAsyncModifierHelpers.cs (1)
31
=> method.WithAsyncKeyword(default).WithPrependedLeadingTrivia(method.
AsyncKeyword
.LeadingTrivia);
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\SyntaxComparer.cs (1)
1018
asyncKeyword = anonymous.
AsyncKeyword
;
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveAsyncModifier\RemoveAsyncModifierHelpers.cs (1)
31
=> method.WithAsyncKeyword(default).WithPrependedLeadingTrivia(method.
AsyncKeyword
.LeadingTrivia);