3 references to UpdateSolutionAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Rename\RenamerTests.cs (1)
88
solution = await documentRenameResult.
UpdateSolutionAsync
(solution, CancellationToken.None);
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
63
var newSolution = await renameActionSet.
UpdateSolutionAsync
(documentWithInvalidFolders.Project.Solution, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (1)
Rename\Renamer.RenameDocumentActionSet.cs (1)
21
/// To apply all actions use <see cref="
UpdateSolutionAsync
(Solution, CancellationToken)"/>, or use a subset