Files
codeql/csharp/ql/test/library-tests/exprorstmtparent
Tom Hvitved 8a0355720a C#: Make Callable::get[Expression|Statement]Body() return all possible implementations
Previosly, we returned only the body belonging to "the most likely" implementation,
based on a CFG size heuristics. However, now that more callables are mapped to the
same entity, it makes more sense to treat such callables (to some extent) like
partial methods. This means, for instance, that data flow will branch out to all possible
implementations, much like we do for virtual dispatch.
2020-09-02 10:52:05 +02:00
..
2018-08-02 17:53:23 +01:00
2018-08-02 17:53:23 +01:00
2018-08-02 17:53:23 +01:00
2018-12-20 10:19:59 +01:00