Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitek Karas <10670590+vitek-karas@users.noreply.github.com>2021-12-09 19:34:42 +0300
committerGitHub <noreply@github.com>2021-12-09 19:34:42 +0300
commit5919fd8e62d9980a074c1d7d009ea789ef3585f0 (patch)
treecdd3a89bf2461bce3829ca8836c7d3d51325a897 /test/Mono.Linker.Tests.Cases/DataFlow
parenta114ab5bb97f0667b63130643edb3559b80a7b5a (diff)
Simplify unknown binding flags handling and fix param names (#2426)
The helpers to tanslate binding flags to annotation already handle unsupported/unknown binding flags, so there's no need for the intrinsics to handle that yet again. Just simplifies the code. Also fixed places where we lookup method parameters. If the lookup is done on a MethodReference the parameters typically don't have names. So instead do it on the MethodDefinition where they do have names and thus produce much better diagnostic messages.
Diffstat (limited to 'test/Mono.Linker.Tests.Cases/DataFlow')
0 files changed, 0 insertions, 0 deletions