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