1 write to UpdatedSolution
Microsoft.CodeAnalysis.Features (1)
MoveToNamespace\MoveToNamespaceResult.cs (1)
29UpdatedSolution = updatedSolution;
3 references to UpdatedSolution
Microsoft.CodeAnalysis.Features (3)
MoveToNamespace\AbstractMoveToNamespaceCodeAction.cs (3)
67operations.Add(new ApplyChangesOperation(moveToNamespaceResult.UpdatedSolution)); 69var symbolRenameCodeActionOperationFactory = moveToNamespaceResult.UpdatedSolution.Services.GetService<ISymbolRenamedCodeActionOperationFactoryWorkspaceService>(); 82moveToNamespaceResult.UpdatedSolution));