6 references to CorInfoTypeWithMod
ILCompiler.RyuJit (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
319
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_SIG_INFO*, CORINFO_ARG_LIST_STRUCT_*, CORINFO_CLASS_STRUCT_**,
CorInfoTypeWithMod
> getArgType;
2049
private static
CorInfoTypeWithMod
_getArgType(IntPtr thisHandle, IntPtr* ppException, CORINFO_SIG_INFO* sig, CORINFO_ARG_LIST_STRUCT_* args, CORINFO_CLASS_STRUCT_** vcTypeRet)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
3452
private
CorInfoTypeWithMod
getArgType(CORINFO_SIG_INFO* sig, CORINFO_ARG_LIST_STRUCT_* args, CORINFO_CLASS_STRUCT_** vcTypeRet)
3464
return (
CorInfoTypeWithMod
)corInfoType;
3473
return (
CorInfoTypeWithMod
)corInfoType | (locals[index].IsPinned ?
CorInfoTypeWithMod
.CORINFO_TYPE_MOD_PINNED : 0);