5 writes to thisTransform
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (5)
2000
pResult->
thisTransform
= CORINFO_THIS_TRANSFORM.CORINFO_NO_THIS_TRANSFORM;
2063
pResult->
thisTransform
= CORINFO_THIS_TRANSFORM.CORINFO_NO_THIS_TRANSFORM;
2076
pResult->
thisTransform
= CORINFO_THIS_TRANSFORM.CORINFO_NO_THIS_TRANSFORM;
2080
pResult->
thisTransform
= CORINFO_THIS_TRANSFORM.CORINFO_BOX_THIS;
2084
pResult->
thisTransform
= CORINFO_THIS_TRANSFORM.CORINFO_DEREF_THIS;
3 references to thisTransform
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
2505
if (pResult->
thisTransform
== CORINFO_THIS_TRANSFORM.CORINFO_BOX_THIS)
2533
throw new RequiresRuntimeJitException(pResult->
thisTransform
.ToString());
2576
if (pResult->
thisTransform
!= CORINFO_THIS_TRANSFORM.CORINFO_NO_THIS_TRANSFORM)