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