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 cdfe239 commit 82cceb0Copy full SHA for 82cceb0
csharp/extractor/Semmle.Extraction.CSharp/Entities/EventAccessor.cs
@@ -52,6 +52,11 @@ public override void Populate(TextWriter trapFile)
52
trapFile.event_accessor_location(this, l);
53
54
Overrides(trapFile);
55
+
56
+ if (Symbol.FromSource() && Block is null)
57
+ {
58
+ trapFile.compiler_generated(this);
59
+ }
60
}
61
62
public static EventAccessor Create(Context cx, IMethodSymbol symbol, IEventSymbol @event) =>
0 commit comments