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