2 references to CORINFO_CALLCONV_PARAMTYPE
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
129
internal bool hasTypeArg() { return ((callConv & CorInfoCallConv.
CORINFO_CALLCONV_PARAMTYPE
) != 0); }
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
877
sig->callConv |= CorInfoCallConv.
CORINFO_CALLCONV_PARAMTYPE
;