We exposed 64-bit-only hardware intrinsic in nested classes X64 dotnet/coreclr#20146, so we need the JIT/EE interface getMethodNameFromMetaData to return the enclosing class name as well.
Which vm interface I can use to get the enclosing class names of X64?
@jkotas @AndyAyersMS @CarolEidt @tannergooding
We exposed 64-bit-only hardware intrinsic in nested classes
X64dotnet/coreclr#20146, so we need the JIT/EE interfacegetMethodNameFromMetaDatato return the enclosing class name as well.Which vm interface I can use to get the enclosing class names of
X64?@jkotas @AndyAyersMS @CarolEidt @tannergooding