5 references to CORINFO_THIS_TRANSFORM
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
1135public CORINFO_THIS_TRANSFORM thisTransform;
ILCompiler.RyuJit (4)
JitInterface\CorInfoImpl.RyuJit.cs (4)
1242pResult->thisTransform = CORINFO_THIS_TRANSFORM.CORINFO_NO_THIS_TRANSFORM; 1276pResult->thisTransform = CORINFO_THIS_TRANSFORM.CORINFO_NO_THIS_TRANSFORM; 1289pResult->thisTransform = CORINFO_THIS_TRANSFORM.CORINFO_BOX_THIS; 1293pResult->thisTransform = CORINFO_THIS_TRANSFORM.CORINFO_DEREF_THIS;