Files
codeql/csharp/ql
Tom Hvitved c887dc89dc C#: Fix a bug in ThrowingCallable
A method such as

```
void M()
{
    throw new Exception();
}
```

was incorrectly not categorized as a `ThrowingCallable`, that is, a callable
that always throws an exception upon invocation.
2018-12-07 10:56:11 +01:00
..
2018-12-07 10:56:11 +01:00
2018-12-07 10:56:11 +01:00