Skip to content

Commit 1eff6fd

Browse files
committed
C#: Add extractor support for attributes on indexers.
1 parent 5c5da37 commit 1eff6fd

File tree

1 file changed

+1
-0
lines changed
  • csharp/extractor/Semmle.Extraction.CSharp/Entities

1 file changed

+1
-0
lines changed

csharp/extractor/Semmle.Extraction.CSharp/Entities/Indexer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public override void Populate(TextWriter trapFile)
5151
}
5252
}
5353

54+
PopulateAttributes();
5455
PopulateModifiers(trapFile);
5556
BindComments();
5657

0 commit comments

Comments
 (0)