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)
36var updatedSolution = _workspace.CurrentSolution.WithDocumentName(documentId, _toName); 42=> pBstr = string.Format(WorkspacesResources.Rename_0_to_1, _fromName, _toName);