mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The decompiler never emits "delegate () {}" (an explicit empty parameter
list) -- it produces "delegate {}" when there are no parameters and
"delegate (...) {}" when there are -- so HasParameterList always equalled
Parameters.Any(). Drop the property, its backing field and the two setter
calls, and read Parameters.Any() directly at the printer and the
resolve-result builder.
Assisted-by: Claude:claude-opus-4-8:Claude Code
pull/3807/head
3 changed files with 3 additions and 12 deletions
Loading…
Reference in new issue