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