5 references to GetChangedSolutionInternalAsync
Microsoft.CodeAnalysis.Features (4)
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.cs (1)
172
var changedSolution = await action.
GetChangedSolutionInternalAsync
(
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (1)
352
var changedSolution = await codeAction.
GetChangedSolutionInternalAsync
(
CodeFixesAndRefactorings\AbstractFixAllGetFixesService.cs (2)
34
return await codeAction.
GetChangedSolutionInternalAsync
(fixAllContext.State.Solution, fixAllContext.Progress, fixAllContext.CancellationToken).ConfigureAwait(false);
71
var newSolution = await codeAction.
GetChangedSolutionInternalAsync
(
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
166
var changedSolution = await codeAction.
GetChangedSolutionInternalAsync
(