Skip to content

Commit 87ba101

Browse files
committed
C#: Add ref return info for accessors.
1 parent 11ad9a2 commit 87ba101

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

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

7171
Overrides(trapFile);
72+
ExtractRefReturn(trapFile, Symbol, this);
7273

7374
if (Symbol.FromSource() && !HasBody)
7475
{

0 commit comments

Comments
 (0)