2

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?

Thomson
  • 20,586
  • 28
  • 90
  • 134

1 Answers1

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