4 references to PostProcessChangesAsync
Microsoft.CodeAnalysis.Workspaces (4)
CodeActions\CodeAction.cs (3)
409
return await
PostProcessChangesAsync
(originalSolution, solution, progress, this.Cleanup, cancellationToken).ConfigureAwait(false);
435
result.Add(new ApplyChangesOperation(await
PostProcessChangesAsync
(
455
=>
PostProcessChangesAsync
(originalSolution: null, changedSolution, progress: CodeAnalysisProgress.None, this.Cleanup, cancellationToken);
CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs (1)
47
var cleanedSolution = await CodeAction.
PostProcessChangesAsync
(