Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » ICorDebug » Edit-And-Continue (EnC)   (RSS)
Sorry, but there are no more tags available to filter with.

ICorDebugFunction is 1:1 with the IL

In CLR 1.0, there was a simple invariant between IL code blob, and native code blob. It was either 1:0 if the code wasn't jitted, or 1:1 if it was. Method tokens (module scope, mdMethodDef) were also 1:1 with the IL blobs. 1:1 is a nice relationship.
 
Page view tracker