Base:
method
GetModifiedSolutionAsync
Microsoft.CodeAnalysis.CodeRefactorings.MoveType.AbstractMoveTypeService<TService, TTypeDeclarationSyntax, TNamespaceDeclarationSyntax, TCompilationUnitSyntax>.Editor.GetModifiedSolutionAsync()
1 reference to GetModifiedSolutionAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\MoveType\AbstractMoveTypeService.RenameFileEditor.cs (1)
26var newSolution = await GetModifiedSolutionAsync().ConfigureAwait(false);