2 references to CORINFO_CALLCONV_DEFAULT
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3611
if (callSig->callConv == CorInfoCallConv.
CORINFO_CALLCONV_DEFAULT
&&
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
937
sig->callConv = CorInfoCallConv.
CORINFO_CALLCONV_DEFAULT
;