3 references to VerifyExpectedRenameAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Intents\RenameIntentTests.cs (3)
52
await
VerifyExpectedRenameAsync
(initialText, currentText, expectedText, "something").ConfigureAwait(false);
92
await
VerifyExpectedRenameAsync
(initialText, currentText, expectedText, "something").ConfigureAwait(false);
132
await
VerifyExpectedRenameAsync
(initialText, currentText, expectedText, "thing").ConfigureAwait(false);