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