Files
codeql/csharp/change-notes/2020-12-18-extract-custom-modifiers.md
2021-01-05 15:15:13 +01:00

4 lines
278 B
Markdown

lgtm,codescanning
* CIL extraction has been improved to store `modreq` and `modopt` custom modifiers.
The extracted information is surfaced through the `CustomModifierReceiver` class. Additionally,
the information is also used to evaluate the new `Setter::isInitOnly` predicate.