Closed
Description
We call PopUnknown
with whatever is the number of parameters to the calli, but the first thing that PopUnknown does is that it will throw if this is less then 1.
I'm not sure we even use the return value of PopUnknown for anything, so maybe this can be simplified and doesn't have to throw (it's a thing taken from .NET Native analyzer verbatim if I remember correctly). I hit this while already yak shaving so I don't want to dig into this any further right now, just filing this for tracking.
Cc @vitek-karas