1 implementation of ApplyCodeFixesAsync
dotnet-format (1)
Analyzers\SolutionCodeFixApplier.cs (1)
14public async Task<Solution> ApplyCodeFixesAsync(
1 reference to ApplyCodeFixesAsync
dotnet-format (1)
Analyzers\AnalyzerFormatter.cs (1)
251var changedSolution = await _applier.ApplyCodeFixesAsync(solution, result, codefix, diagnosticId, logger, cancellationToken).ConfigureAwait(false);