Files
codeql/csharp/ql/test/library-tests/dataflow
Tom Hvitved fed6dd5324 C#: Generalize data-flow flow-through summaries
The predicate

```
argumentValueFlowsThrough(ArgumentNode arg, OutNode out, CallContext cc)
```

has been generalized to

```
argumentValueFlowsThrough(
  DataFlowCall call, ArgumentNode arg, Node out, ContentOption contentIn,
  ContentOption contentOut
)
```

This enables us to summarize normal flow-through (as before), getters, setters,
as well as getter-setters.
2020-02-04 14:09:12 +01:00
..
2020-01-29 13:15:00 +01:00
2019-12-06 12:41:20 +00:00
2019-08-23 09:25:05 +02:00
2020-01-29 13:15:00 +01:00