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?
Asked
Active
Viewed 67 times
1 Answers
2
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)

Preet Sangha
- 64,563
- 18
- 145
- 216
-
2I don't seem to have C:\Users\preet :)? – Michael Baker Aug 10 '11 at 02:09