2 references to RenameTypeCodeActionTitle
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
MoveType\AbstractMoveTypeTest.cs (2)
58var codeActionTitle = string.Format(RenameTypeCodeActionTitle, expectedText.Substring(span.Start, span.Length)); 76var renameFileAction = actions.Any(static (action, self) => action.Title.StartsWith(self.RenameTypeCodeActionTitle), this);