2 references to FixAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractAddParameterCodeFixProvider.cs (2)
334? new Func<CancellationToken, Task<Solution>>(c => FixAsync(document, methodToUpdate, argumentToInsert, arguments, fixAllReferences: true, c)) 339c => FixAsync(document, methodToUpdate, argumentToInsert, arguments, fixAllReferences: false, c),