Skip to content

Commit 1959480

Browse files
committed
C#: Field-flow summaries for library code
1 parent 922e52f commit 1959480

17 files changed

+975
-665
lines changed

csharp/ql/src/semmle/code/csharp/Caching.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ module Stages {
6868
or
6969
exists(any(DataFlow::Node n).getType())
7070
or
71+
exists(any(DataFlow::Node n).getTypeBound())
72+
or
7173
exists(any(DataFlow::Node n).getLocation())
7274
or
7375
exists(any(DataFlow::Node n).toString())

0 commit comments

Comments
 (0)