7 references to TestRenameTypeToMatchFileAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
CodeActions\MoveType\MoveTypeTests.RenameType.cs (6)
26await TestRenameTypeToMatchFileAsync(code, codeWithTypeRenamedToMatchFileName); 44await TestRenameTypeToMatchFileAsync(code, codeWithTypeRenamedToMatchFileName); 55await TestRenameTypeToMatchFileAsync(code, expectedCodeAction: false); 65await TestRenameTypeToMatchFileAsync(code, expectedCodeAction: false); 79await TestRenameTypeToMatchFileAsync(code, codeWithTypeRenamedToMatchFileName); 93await TestRenameTypeToMatchFileAsync(code, codeWithTypeRenamedToMatchFileName);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
CodeActions\MoveType\BasicMoveTypeTestsBase.vb (1)
39Return MyBase.TestRenameTypeToMatchFileAsync(