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