Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1eff6fd

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • csharp/extractor/Semmle.Extraction.CSharp/Entities

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)