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),