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