Uh oh!
There was an error while loading. Please reload this page.
Adding GetMethodDescFromToken cDAC API - #118619
Conversation
Tagging subscribers to this area: @steveisok, @dotnet/dotnet-diag |
rcj1
commented
Aug 12, 2025
SOS failing tests are EnumMethodInstanceByAddress and DrainQueue related |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Pull Request Overview
This PR implements the GetMethodDescFromToken method in the cDAC (Contract Data Access Component) API to retrieve method descriptors from metadata tokens. This replaces the previous implementation that simply delegated to the legacy DAC implementation.
- Adds a new
CorTokenTypeenum to define metadata token types and their bitmasks - Implements the core logic to handle different token types (FieldDef, MethodDef, TypeDef, TypeRef) using the loader contract
- Includes debug validation to compare results with the legacy implementation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
No description provided.