1 write to _toName
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.RenameDocumentUndoUnit.cs (1)
25
_toName
= toName;
2 references to _toName
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioWorkspaceImpl.RenameDocumentUndoUnit.cs (2)
36
var updatedSolution = _workspace.CurrentSolution.WithDocumentName(documentId,
_toName
);
42
=> pBstr = string.Format(WorkspacesResources.Rename_0_to_1, _fromName,
_toName
);