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 9694b39 commit 7832911Copy full SHA for 7832911
Rubberduck.Parsing/Symbols/DeclarationFinder.cs
@@ -836,6 +836,8 @@ public IEnumerable<Declaration> GetDeclarationsWithIdentifiersToAvoid(Declaratio
836
837
var accessibleDeclarations = GetAccessibleDeclarations(target);
838
839
+ //todo: handle case where target is in a consuming module rather than the exposing module
840
+
841
//Filter accessible declarations to those that would result in name collisions or hiding
842
var possibleConflictDeclarations = accessibleDeclarations.Where(dec =>
843
IsInProceduralModule(dec)
0 commit comments