3 references to CORINFO_TYPE_VALUECLASS
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
1007
return CorInfoType.
CORINFO_TYPE_VALUECLASS
;
2658
parNode->type = CorInfoType.
CORINFO_TYPE_VALUECLASS
;
2726
if (corInfoType == CorInfoType.
CORINFO_TYPE_VALUECLASS
)