CodeQL library for C#
codeql/csharp-all 0.7.4 ( changelog , source )
Search

Member predicate PropertyRead :: getAReachableRead

Gets a reachable read of the same underlying assignable. That is, a read that can be reached from this read, and which is guaranteed to read the same value.

This is the transitive closure of getANextRead().

PropertyRead getAReachableRead ( )