2 references to FixAllAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
UseExpressionBodyForLambdaCodeFixProvider.cs (2)
51
=>
FixAllAsync
(document, diagnostics, editor, cancellationToken);
65
document, editor =>
FixAllAsync
(document, ImmutableArray.Create(diagnostic), editor, cancellationToken), cancellationToken);