- [x] Update mentions that runtime reflection does not support function pointers when function pointer support ships (https://github.com/dotnet/core/issues/8134#issuecomment-1444103530 , https://github.com/dotnet/designs/pull/282) - [ ] Verify the ability to inspect type modifiers inside function pointers (`static void M(delegate *<out int, void> pfn)`)
static void M(delegate *<out int, void> pfn))