2 writes to NewSolution
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictResolution.cs (2)
61NewSolution = null; 93NewSolution = _renamedDocument.Value.documentId == null
6 references to NewSolution
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractEditorInlineRenameService.InlineRenameReplacementInfo.cs (1)
26public Solution NewSolution => _conflicts.NewSolution!;
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Rename\OmniSharpRenamer.cs (1)
27return new RenameResult(resolution.NewSolution, resolution.ErrorMessage);
Microsoft.CodeAnalysis.Features (1)
EncapsulateField\AbstractEncapsulateFieldService.cs (1)
294return resolution.NewSolution;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Rename\RenameHandler.cs (1)
64var renamedSolution = renameReplacementInfo.NewSolution;
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictResolution.cs (1)
25[MemberNotNullWhen(true, nameof(NewSolution))]
Rename\Renamer.cs (1)
57return resolution.NewSolution;