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