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 f63c2b0 commit e99404aCopy full SHA for e99404a
powershell/extractor/Semmle.Extraction.PowerShell/Entities/StatementBlockEntity.cs
@@ -32,6 +32,8 @@ public override void Populate(TextWriter trapFile)
32
EntityConstructor.ConstructAppropriateEntity(PowerShellContext, Fragment.Traps[index]));
33
}
34
35
+
36
+ trapFile.parent(this, EntityConstructor.ConstructAppropriateEntity(PowerShellContext, Fragment.Parent));
37
38
39
public override bool NeedsPopulation => true;
0 commit comments