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