1 override of GetChangedSolutionAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\UpgradeProject\AbstractUpgradeProjectCodeFixProvider.cs (1)
117protected override async Task<Solution?> GetChangedSolutionAsync(CancellationToken cancellationToken)
5 references to GetChangedSolutionAsync
Microsoft.CodeAnalysis.Workspaces (5)
CodeActions\CodeAction.cs (5)
128static codeAction => new Func<CancellationToken, Task<Solution?>>(codeAction.GetChangedSolutionAsync).Method.DeclaringType != typeof(CodeAction)); 338/// cref="GetChangedSolutionAsync(CancellationToken)"/> when computation is long running and progress should be 347return await GetChangedSolutionAsync(cancellationToken).ConfigureAwait(false); 372/// implementation of <see cref="GetChangedSolutionAsync(CancellationToken)"/> for code actions that only need 388/// implementation of <see cref="GetChangedSolutionAsync(CancellationToken)"/> for code actions that only need