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 3f308b3 commit 3322662Copy full SHA for 3322662
Rubberduck.Parsing/VBA/RubberduckParser.cs
@@ -437,6 +437,7 @@ private void SyncComReferences(IReadOnlyList<IVBProject> projects)
437
var items = comReflector.GetDeclarationsForReference(localReference);
438
var root = items.SingleOrDefault(x => x.DeclarationType == DeclarationType.Project);
439
var serialize = new List<Declaration>(items);
440
+ serialize.Remove(root);
441
var tree = GetSerializableTreeForDeclaration(root, serialize);
442
443
if (tree != null)
0 commit comments