We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5f67b commit a7788c7Copy full SHA for a7788c7
RetailCoder.VBE/UI/RefactorMenu.cs
@@ -234,7 +234,7 @@ private void FindAllImplementations()
234
{
235
foreach (var item in reference)
236
237
- if (item.Selection.Contains(selection.Selection))
+ if (item.QualifiedModuleName == selection.QualifiedName && item.Selection.Contains(selection.Selection))
238
239
FindAllImplementations(item.Declaration);
240
return;
0 commit comments