_MonoDebugMethodAsyncInfo

Information about method await yield and resume offsets retrieved from a symbol file.

extern (C) nothrow
struct _MonoDebugMethodAsyncInfo {
uint32_t catch_handler_offset;
int num_awaits;
uint32_t* yield_offsets;
uint32_t* resume_offsets;
uint32_t* move_next_method_token;
}

Meta