Skip to content

Commit

Permalink
Merge pull request #16088 from hvitved/csharp/library-property-store
Browse files Browse the repository at this point in the history
C#: Include all non-source-code properties in data flow
  • Loading branch information
hvitved authored Apr 4, 2024
2 parents 7beb737 + 64e82bb commit fc02938
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1997,6 +1997,8 @@ class FieldOrProperty extends Assignable, Modifiable {
or
p.getDeclaringType() instanceof AnonymousClass
)
or
p.fromLibrary()
)
}

Expand Down

0 comments on commit fc02938

Please sign in to comment.