4 overrides of GetChangedSolutionAsync
Microsoft.CodeAnalysis.Analyzers (3)
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.FixAllProvider.cs (2)
90
protected override async Task<Solution?>
GetChangedSolutionAsync
(CancellationToken cancellationToken)
174
protected override async Task<Solution?>
GetChangedSolutionAsync
(CancellationToken cancellationToken)
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.CustomFixAllProvider.cs (1)
97
protected override async Task<Solution?>
GetChangedSolutionAsync
(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\Core\CodeFixes\UpgradeProject\AbstractUpgradeProjectCodeFixProvider.cs (1)
116
protected override async Task<Solution?>
GetChangedSolutionAsync
(CancellationToken cancellationToken)
5 references to GetChangedSolutionAsync
Microsoft.CodeAnalysis.Workspaces (5)
CodeActions\CodeAction.cs (5)
131
static codeAction => new Func<CancellationToken, Task<Solution?>>(codeAction.
GetChangedSolutionAsync
).Method.DeclaringType != typeof(CodeAction));
341
/// cref="
GetChangedSolutionAsync
(CancellationToken)"/> when computation is long running and progress should be
350
return await
GetChangedSolutionAsync
(cancellationToken).ConfigureAwait(false);
375
/// implementation of <see cref="
GetChangedSolutionAsync
(CancellationToken)"/> for code actions that only need
391
/// implementation of <see cref="
GetChangedSolutionAsync
(CancellationToken)"/> for code actions that only need