Where can I get the native implementation for a specific IL instruction?

78 Views Asked by At

I want to take a look at the implementation of a certain IL instruction, for example, box, in SSCLI, where can I get it in the SSCLI 2.0 source?

1

There are 1 best solutions below

1
On BEST ANSWER

I think this is the implementation

C:\Users\preet\Downloads\sscli20_20060311\sscli20\clr\src\vm\methodtable.cpp(1933):OBJECTREF MethodTable::Box(void* data, BOOL mayContainRefs)