7 overrides of GetChangedSolutionAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.GenerateParameterCodeAction.cs (1)
42
protected override Task<Solution?>
GetChangedSolutionAsync
(
Microsoft.CodeAnalysis.Features (4)
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.AddConstructorParametersCodeAction.cs (1)
44
protected override async Task<Solution?>
GetChangedSolutionAsync
(
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Attribute.cs (1)
60
protected override async Task<Solution>
GetChangedSolutionAsync
(
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
82
protected sealed override Task<Solution?>
GetChangedSolutionAsync
(
src\roslyn\src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.GenerateParameterCodeAction.cs (1)
42
protected override Task<Solution?>
GetChangedSolutionAsync
(
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction.cs (2)
734
protected sealed override Task<Solution?>
GetChangedSolutionAsync
(IProgress<CodeAnalysisProgress> progress, CancellationToken cancellationToken)
755
protected sealed override async Task<Solution?>
GetChangedSolutionAsync
(IProgress<CodeAnalysisProgress> progress, CancellationToken cancellationToken)
5 references to GetChangedSolutionAsync
Microsoft.CodeAnalysis.Workspaces (5)
CodeActions\CodeAction.cs (5)
284
var changedSolution = await
GetChangedSolutionAsync
(CodeAnalysisProgress.None, cancellationToken).ConfigureAwait(false);
310
var changedSolution = await
GetChangedSolutionAsync
(progress, cancellationToken).ConfigureAwait(false);
329
/// cref="
GetChangedSolutionAsync
(IProgress{CodeAnalysisProgress}, CancellationToken)"/> to report progress
363
var solution = await this.
GetChangedSolutionAsync
(progressTracker, cancellationToken).ConfigureAwait(false);
405
var solution = await
GetChangedSolutionAsync
(progress, cancellationToken).ConfigureAwait(false);