Skip to content

Commit 0c0a36f

Browse files
committed
[REMOVE AGAIN]: Insert TODO comment.
1 parent aa79566 commit 0c0a36f

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/Property.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ protected Property(Context cx, IPropertySymbol init)
2121

2222
private Type Type => type.Value;
2323

24+
// TODO: Should we also get rid of this?
2425
protected override IPropertySymbol BodyDeclaringSymbol => Symbol.PartialImplementationPart ?? Symbol;
2526

2627
public override Microsoft.CodeAnalysis.Location? ReportingLocation => BodyDeclaringSymbol.Locations.BestOrDefault();

0 commit comments

Comments
 (0)