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