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

Member predicate AssignableRead :: 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().

AssignableRead getAReachableRead ( )